Serializable constructor
const
Serializable({
- String? rename,
- String? discriminator,
- String? typeField,
- bool strict = false,
- JsonNaming naming = JsonNaming.none,
Implementation
const Serializable({
this.rename,
this.discriminator,
this.typeField,
this.strict = false,
this.naming = JsonNaming.none,
});