PlannableProductCoreAttributes.fromJson constructor

PlannableProductCoreAttributes.fromJson(
  1. Map json_
)

Implementation

PlannableProductCoreAttributes.fromJson(core.Map json_)
  : this(
      buyingMethod: json_['buyingMethod'] as core.String?,
      costModel: json_['costModel'] as core.String?,
      productCategory: json_['productCategory'] as core.String?,
    );