getFieldNames method

List<String> getFieldNames()

return the field names

Implementation

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