ProductBundleDetailsBundleElement.fromJson constructor

ProductBundleDetailsBundleElement.fromJson(
  1. Map json_
)

Implementation

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