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