value property

  1. @override
T? get value
override

Returns the value of the state.

Implementation

@override
T? get value => null;