index property

List<String> get index

Return index as List<String>

Implementation

List<String> get index => _index.toList();