equals method

bool equals(
  1. T self,
  2. T other
)

Implementation

bool equals(T self, T other) =>
    throw MapperException.unsupportedMethod(MapperMethod.equals, mapper.type);