CustomJsonSerializable constructor
const
CustomJsonSerializable({
- bool? anyMap,
- bool? checked,
- String? constructor,
- bool? createFieldMap,
- bool? createJsonKeys,
- bool? createFactory,
- bool? createToJson = false,
- bool? disallowUnrecognizedKeys,
- bool? explicitToJson = true,
- FieldRename? fieldRename,
- bool? ignoreUnannotated,
- bool? includeIfNull,
- bool? genericArgumentFactories,
- 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);