errorListenable property

ValueNotifier<AnnotationResult> errorListenable
getter/setter pair

Streaming error notifier for this field.

Implementation

ValueNotifier<AnnotationResult> errorListenable = ValueNotifier(AnnotationResult.empty());