PlayStoreModel constructor

PlayStoreModel({
  1. bool enabled = false,
  2. String? serviceAccountJsonPath,
  3. String? packageName,
  4. String? track,
  5. String? releaseName,
})

Implementation

PlayStoreModel({
  this.enabled = false,
  this.serviceAccountJsonPath,
  this.packageName,
  this.track,
  this.releaseName,
});