paths property

List<String> get paths

Implementation

List<String> get paths => defns.map((e) => e.route.stringVal).toList();