| Index: pkg/watcher/lib/src/constructable_file_system_event.dart
|
| diff --git a/pkg/watcher/lib/src/constructable_file_system_event.dart b/pkg/watcher/lib/src/constructable_file_system_event.dart
|
| index e65e2582785c9dcc43a32c550ccda3919a43fcfb..010d2979d0f160caf017843eeba94628defef3f9 100644
|
| --- a/pkg/watcher/lib/src/constructable_file_system_event.dart
|
| +++ b/pkg/watcher/lib/src/constructable_file_system_event.dart
|
| @@ -9,7 +9,7 @@ import 'dart:io';
|
| abstract class _ConstructableFileSystemEvent implements FileSystemEvent {
|
| final bool isDirectory;
|
| final String path;
|
| - final int type;
|
| + int get type;
|
|
|
| _ConstructableFileSystemEvent(this.path, this.isDirectory);
|
| }
|
|
|