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