dropOffType top-level constant

EnumFieldType<DropOffType> const dropOffType

Implementation

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