toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final errorInfo = this.errorInfo;
final help = this.help;
final localizedMessage = this.localizedMessage;
final quotaInfo = this.quotaInfo;
return {
'errorInfo': ?errorInfo,
'help': ?help,
'localizedMessage': ?localizedMessage,
'quotaInfo': ?quotaInfo,
};
}