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