names property

List<String> names

Names of Languages Used

Implementation

List<String> get names => _data.keys.toList()..sort();