history property

List<String> history

Implementation

List<String> get history => _stack.map((e) => e.name ?? '(NULL)').toList();