data property

AwaiterData<T>? data
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;