entryPaths property
List of paths of entries for the list of actions.
Implementation
List<String> get entryPaths =>
_wrapped.entryPaths.toDart.cast<String>().map((e) => e).toList();
List of paths of entries for the list of actions.
List<String> get entryPaths =>
_wrapped.entryPaths.toDart.cast<String>().map((e) => e).toList();