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