errorListenable property
Streaming error notifier for this field.
Implementation
ValueNotifier<AnnotationResult> errorListenable = ValueNotifier(AnnotationResult.empty());
Streaming error notifier for this field.
ValueNotifier<AnnotationResult> errorListenable = ValueNotifier(AnnotationResult.empty());