Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['scope'] = this.scope; map['uid'] = this.uid; return map; }