String to FieldName
FieldName
static FieldName fromStringToEnum(String field) { return FieldName.values.firstWhere((e) => e.toString() == field); }