status property

ValueNotifier<UDPipeStatus> status
final

Current loading state. Listen to this notifier to react to state changes.

Implementation

final ValueNotifier<UDPipeStatus> status = ValueNotifier(UDPipeStatus.idle);