transform property
final
Callback, called to transform the V
to T
.
Implementation
final FutureOr<T?> Function({T? previous, required V data}) transform;
Callback, called to transform the V
to T
.
final FutureOr<T?> Function({T? previous, required V data}) transform;