dropOffType top-level constant
Implementation
const dropOffType = EnumFieldType(
enumMap: {
'0': DropOffType.scheduled,
'1': DropOffType.notAvailable,
'2': DropOffType.withPhone,
'3': DropOffType.withDriver,
},
defaultValue: DropOffType.scheduled,
displayName: 'Drop off type',
);