kfFieldName top-level constant

Map<String, String> const kfFieldName

Implementation

const kfFieldName = {
  'FIRST_NAME': 'firstName',
  'LAST_NAME': 'lastName',
  'PINCODE': 'pincode',
  'AGE': 'age',
  'EMAIL': 'email',
  'PHONE': 'phone',
  'DATE_OF_BIRTH': 'dateOfBirth',
  'DATE': 'date',
};