description property

  1. @override
String description
override

Returns a string that describes the contents of the receiver.

Implementation

@override
String get description {
  return performSync(SEL('description'));
}