toStringShort method

  1. @override
  2. @nonVirtual
String toStringShort()
override

A brief description of this object, usually just the runtimeType and the hashCode.

See also:

  • toString, for a detailed description of the object.

Implementation

@override
@nonVirtual
String toStringShort() => hook.toStringShort();