classErrorListenable property

ValueNotifier<AnnotationResult> classErrorListenable
final

A notifier that holds all currently reported class errors.

Implementation

final ValueNotifier<AnnotationResult> classErrorListenable = ValueNotifier(
  AnnotationResult.empty(),
);