toString method

  1. @override
String toString ({DiagnosticLevel minLevel: DiagnosticLevel.debug })
inherited

Returns a string representation of this object.

Implementation

@override
String toString({ DiagnosticLevel minLevel = DiagnosticLevel.debug }) {
  return toDiagnosticsNode(style: DiagnosticsTreeStyle.singleLine).toString(minLevel: minLevel);
}