futureFunction property

FutureFunction<T>? futureFunction
final

A future function that return the type of T

Implementation

final FutureFunction<T>? futureFunction;