bool isValidType(String type) => FieldPropertyType.values.map((e) => e.toString().split('.').last).contains(type);