brandListResultFromJson function

BrandListResult brandListResultFromJson(
  1. String str
)

Implementation

BrandListResult brandListResultFromJson(String str) =>
    BrandListResult.fromJson(json.decode(str));