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