BaseMappingAnnotation<M extends Mapper>.mapper constructor

const BaseMappingAnnotation<M extends Mapper>.mapper(
  1. Type mapperType, {
  2. MapperDirection direction = MapperDirection.both,
})

Implementation

const BaseMappingAnnotation.mapper(Type mapperType,
    {MapperDirection direction = MapperDirection.both})
    : registerGlobally = true,
      direction = direction,
      super.mapper(mapperType);