data property

TData? get data

The data returned by the mutation.

Implementation

TData? get data => state.data;