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