GetBrandsResponse constructor

const GetBrandsResponse({
  1. String? status,
  2. List<BrandResponse>? brands,
})

Implementation

const factory GetBrandsResponse({
  String? status,
  List<BrandResponse>? brands,
}) = _GetBrandsResponse;