toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (anySubscriptionInApp != null)
    'anySubscriptionInApp': anySubscriptionInApp!,
  if (specificSubscriptionInApp != null)
    'specificSubscriptionInApp': specificSubscriptionInApp!,
  if (thisSubscription != null) 'thisSubscription': thisSubscription!,
};