entryPaths property
The set of paths of the entries to be used for the action.
Implementation
List<String> get entryPaths =>
_wrapped.entryPaths.toDart.cast<String>().map((e) => e).toList();
The set of paths of the entries to be used for the action.
List<String> get entryPaths =>
_wrapped.entryPaths.toDart.cast<String>().map((e) => e).toList();