brandListParamFromJson function

BrandListParam brandListParamFromJson(
  1. String str
)

Implementation

BrandListParam brandListParamFromJson(String str) => BrandListParam.fromJson(json.decode(str));