toJson method

Map<String, dynamic> toJson()

Implementation

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