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