toJson method

Map<String, dynamic> toJson()

Implementation

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