inspectorNotifierList top-level property

ValueNotifier<List<InspectorResult>> inspectorNotifierList
final

Implementation

final ValueNotifier<List<InspectorResult>> inspectorNotifierList =
    ValueNotifier<List<InspectorResult>>([]);