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