data property

T? get data

The data if successful

Implementation

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