Returns a string representation of the notifier.
Includes the notifier's identity and current state for debugging purposes.
@override String toString() => '${describeIdentity(this)}($_state)';