remap method

void remap([
  1. Mappable? other
])

Implementation

void remap([Mappable? other]) => mapping(Mapper.fromJson({
      ...json,
      ...?other?.json,
    }));