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