toString method
A string representation of this ComputedNotifier.
This will be in the form of "ComputedNotifier
Implementation
@override
String toString() => '${describeIdentity(this)}($value)';
A string representation of this ComputedNotifier.
This will be in the form of "ComputedNotifier
@override
String toString() => '${describeIdentity(this)}($value)';