Returns a string representation of the notifier, including its identity and the current value.
@override String toString() => '${describeIdentity(this)}($value)';