BaseMappingAnnotation<M extends Mapper> constructor

const BaseMappingAnnotation<M extends Mapper>({
  1. bool registerGlobally = true,
  2. MapperDirection direction = MapperDirection.both,
})

Implementation

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