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