toStringShort method
A brief description of this object, usually just the runtimeType
and the
hashCode
.
See also:
toString
, for a detailed description of the object.
Implementation
String toStringShort() => describeIdentity(this);
A brief description of this object, usually just the runtimeType
and the
hashCode
.
See also:
toString
, for a detailed description of the object.String toStringShort() => describeIdentity(this);