dispose property

(FutureOr<void> Function(T value)?) dispose
final

The function used to dispose the value created for this reference

Implementation

final FutureOr<void> Function(T value)? dispose;