debugDescription property

  1. @override
String debugDescription
override

Returns a string that describes the contents of the receiver for presentation in the debugger.

Implementation

@override
String get debugDescription {
  return toString();
}