pathTypes property

List<String> pathTypes

Implementation

List<String> get pathTypes => path.map((e) => e.type).toList();