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