toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final disableTypeInference = this.disableTypeInference;
final encoding = this.encoding;
return {
'disableTypeInference': ?disableTypeInference,
'encoding': ?encoding,
};
}