valueListenable property

ValueNotifier<ProcessResult<T>> valueListenable
final

The value notifier containing the process result to display.

Implementation

final ValueNotifier<ProcessResult<T>> valueListenable;