export method

List<String> export()

Implementation

List<String> export() => directions.map((e) => e.simpleString).toList();