names property

Iterable<String> get names

The names currently held, in insertion order (for tests and inspection).

Implementation

Iterable<String> get names => _files.keys;