MapperContainer constructor

MapperContainer({
  1. Set<MapperBase>? mappers,
  2. Set<MapperContainer>? linked,
  3. Map<String, Function>? types,
})

Implementation

factory MapperContainer({
  Set<MapperBase>? mappers,
  Set<MapperContainer>? linked,
  Map<String, Function>? types,
}) = MapperContainerBase;