toString method

  1. @override
String toString()
inherited

Returns a string representation of the notifier.

Includes the notifier's identity and current state for debugging purposes.

Implementation

@override
String toString() => '${describeIdentity(this)}($_state)';