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