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