equalsValue method

  1. @override
bool equalsValue(
  1. T value,
  2. Object? other, [
  3. MapperContainer? container
])
override

Implementation

@override
bool equalsValue(value, Object? other, [MapperContainer? container]) =>
    value == other;