toJson method

Map<String, dynamic> toJson()

Implementation

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