bikesAllowed top-level constant
Implementation
const bikesAllowed = EnumFieldType(
enumMap: {
'0': BikesAllowed.noInfo,
'1': BikesAllowed.allowed,
'2': BikesAllowed.notAllowed,
},
defaultValue: BikesAllowed.noInfo,
displayName: 'Bikes allowed',
);