entries property
Array of Entry instances representing files that are targets of this action (selected in ChromeOS file browser).
Implementation
List<Object> get entries =>
_wrapped.entries.toDart.cast<JSAny>().map((e) => e.dartify()!).toList();