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