CustomJsonSerializable constructor

const CustomJsonSerializable({
  1. bool? anyMap,
  2. bool? checked,
  3. String? constructor,
  4. bool? createFieldMap,
  5. bool? createJsonKeys,
  6. bool? createFactory,
  7. bool? createToJson = false,
  8. bool? disallowUnrecognizedKeys,
  9. bool? explicitToJson = true,
  10. FieldRename? fieldRename,
  11. bool? ignoreUnannotated,
  12. bool? includeIfNull,
  13. bool? genericArgumentFactories,
  14. bool? createPerFieldToJson,
})

Implementation

const CustomJsonSerializable({
  super.anyMap,
  super.checked,
  super.constructor,
  super.createFieldMap,
  super.createJsonKeys,
  super.createFactory,
  super.createToJson = false,
  super.disallowUnrecognizedKeys,
  super.explicitToJson = true,
  super.fieldRename,
  super.ignoreUnannotated,
  super.includeIfNull,
  super.genericArgumentFactories,
  super.createPerFieldToJson,
}) : super(converters: defaultConverters);