MapperRef<M> constructor
const
MapperRef<M> ({})
Creates a mapper reference with optional injection configuration.
Implementation
const MapperRef({
this.name,
this.type,
this.instance,
this.factoryName,
this.factoryConfigInstance,
});