Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

print an object dart

/// Since Dart 3.12 you can use 'inspect' 
/// Send a reference to myObject to any attached debuggers.
/// Debuggers may open an inspector on the myObject object.
inspect(myObject);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #object #dart
ADD COMMENT
Topic
Name
2+4 =