BaseMappingAnnotation<M extends Mapper> constructor
const
BaseMappingAnnotation<M extends Mapper> ({
- bool registerGlobally = true,
- MapperDirection direction = MapperDirection.both,
Implementation
const BaseMappingAnnotation(
{this.registerGlobally = true,
MapperDirection direction = MapperDirection.both})
: direction = direction,
super();