data property

T? get data

Current data (null if loading or error).

Implementation

T? get data => state.dataOrNull;