toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final basePlanId = this.basePlanId;
final offerId = this.offerId;
final productId = this.productId;
final replacementMode = this.replacementMode;
return {
'basePlanId': ?basePlanId,
'offerId': ?offerId,
'productId': ?productId,
'replacementMode': ?replacementMode,
};
}