files property

List<OpenFileRef> files

A list of all files opened through dart:io on a given isolate.

Implementation

List<OpenFileRef> get files => UnmodifiableListView(_files);