JsonKeyMutate constructor
JsonKeyMutate({})
Implementation
JsonKeyMutate({
this.defaultValue,
this.disallowNullValue,
this.fromJson,
this.ignore,
this.includeIfNull,
this.name,
this.nullable,
this.required,
this.toJson,
this.unknownEnumValue,
});