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