Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'user'] = this.user; return json; }