SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson constructor

SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson(
  1. Map json_
)

Implementation

SubscriptionLineItemBundleDetailsBundleElementDetails.fromJson(core.Map json_)
  : this(
      product: json_['product'] as core.String?,
      userAccountLinkedTime: json_['userAccountLinkedTime'] as core.String?,
    );