EagleLibraryWatchUpdate constructor
EagleLibraryWatchUpdate({
- required EagleLibrary snapshot,
- required EagleLibraryChanges changes,
- required Iterable<
EagleDiagnostic> diagnostics, - required bool applied,
Implementation
EagleLibraryWatchUpdate({
required this.snapshot,
required this.changes,
required Iterable<EagleDiagnostic> diagnostics,
required this.applied,
}) : diagnostics = List<EagleDiagnostic>.unmodifiable(diagnostics);