equals method

  1. @override
bool equals(
  1. T value,
  2. T other,
  3. MappingContext context
)
override

The mapping method to compare value and other for equality.

Implementation

@override
bool equals(T value, T other, MappingContext context) =>
    equality(MapperEquality(context.container)).equals(value, other);