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