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