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