history property

List<String> get history

Navigation history

Implementation

List<String> get history => List.unmodifiable(_history);