toText property
String
get
toText
Converts a Breakpoint to its textual representation.
Implementation
String get toText => describeEnum(this);
Converts a Breakpoint to its textual representation.
String get toText => describeEnum(this);