diagnostic property

  1. @protected
List<FlutterDiagnostic> get diagnostic
inherited

Diagnostic must be use only in the extension of the manager and not outside the package.

Implementation

@protected
List<T> get diagnostic => _diagnostics;