equals method

bool equals(
  1. NameModel value,
  2. NameModel other,
  3. MappingContext context
)
inherited

The mapping method to compare value and other for equality.

Implementation

bool equals(T value, T other, MappingContext context) {
  throw MapperException.unsupportedMethod(MapperMethod.equals, type);
}