equals method
bool
equals(
- RegistrationDeliveryEnums value,
- RegistrationDeliveryEnums other,
- MappingContext context
inherited
The mapping method to compare value
and other
for equality.
Implementation
@override
bool equals(value, other, MappingContext context) => value == other;