toJson method

Map<String, dynamic> toJson()

Implementation

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