Map<String, dynamic> toJson() { final filters = this.filters; final name = this.name; return { 'Filters': filters, 'Name': name, }; }