keys method

List<String> keys()

Implementation

List<String> keys() {
  return _data.keys.toList();
}