data property
T
get
data
A getter for the data of the AsyncPhase value that this
AsyncPhaseNotifier holds.
This getter returns a non-nullable value when the generic type of
the notifier is non-nullable, while value.data is always nullable.
Implementation
T get data => value.data as T;