core.Map<core.String, core.dynamic> toJson() { final brands = this.brands; return {'brands': ?brands}; }