defaultToString method

String defaultToString()
inherited

Same as toString, but only called when dart:mirrors is not available.

If dart:mirrors is available, it will be used to print a complete representation of this object.

Implementation

String defaultToString() => super.toString();