EagleLibraryWatchUpdate constructor

EagleLibraryWatchUpdate({
  1. required EagleLibrary snapshot,
  2. required EagleLibraryChanges changes,
  3. required Iterable<EagleDiagnostic> diagnostics,
  4. required bool applied,
})

Implementation

EagleLibraryWatchUpdate({
  required this.snapshot,
  required this.changes,
  required Iterable<EagleDiagnostic> diagnostics,
  required this.applied,
}) : diagnostics = List<EagleDiagnostic>.unmodifiable(diagnostics);