MapMapped constructor

const MapMapped({
  1. bool includeFieldsByDefault = true,
  2. bool useDefaultsProvider = false,
  3. TimePrecision? durationPrecision,
  4. DateTimeRepresentation? dateTimeRepresentation,
  5. List<Type>? knownSubClasses,
  6. bool mapEnumToString = false,
  7. Type? keyHandlerType,
})

Implementation

const MapMapped({
  this.includeFieldsByDefault = true,
  this.useDefaultsProvider = false,
  this.durationPrecision,
  this.dateTimeRepresentation,
  this.knownSubClasses,
  this.mapEnumToString = false,
  this.keyHandlerType,
});