toJson method
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,
};
}