data property

T? get data

Simple data getter from the state's value.

Implementation

T? get data => state.value;