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