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