toStringDeep method
Returns a deterministic multiline description of this object.
Implementation
String toStringDeep() {
final buffer = StringBuffer();
_writeDiagnosticable(buffer, this, 0);
return buffer.toString();
}
Returns a deterministic multiline description of this object.
String toStringDeep() {
final buffer = StringBuffer();
_writeDiagnosticable(buffer, this, 0);
return buffer.toString();
}