files property Null safety
A list of all files opened through dart:io on a given isolate.
Implementation
List<OpenFileRef> get files => UnmodifiableListView(_files);
A list of all files opened through dart:io on a given isolate.
List<OpenFileRef> get files => UnmodifiableListView(_files);