data property
final
Data to store the data returned by future function. If not specified, a new instance of AwaiterData is created.
Implementation
final AwaiterData<T>? data;
Data to store the data returned by future function. If not specified, a new instance of AwaiterData is created.
final AwaiterData<T>? data;