PlayStore constructor

const PlayStore(
  1. AppModel app,
  2. PlayStoreModel playStoreModel,
  3. bool incName, {
  4. Key? key,
})

Implementation

const PlayStore(this.app, this.playStoreModel, this.incName, {super.key});