brandProductParamFromJson function

BrandProductParam brandProductParamFromJson(
  1. String str
)

Implementation

BrandProductParam brandProductParamFromJson(String str) => BrandProductParam.fromJson(json.decode(str));