data property

T? get data

Accessor for the data.

Implementation

T? get data => state.value.data;