Brands constructor

const Brands({
  1. Key? key,
  2. Client? client,
})

Implementation

const Brands({Key? key, this.client}) : super(key: key);