AppVersionResult constructor

AppVersionResult({
  1. String? storeVersion,
  2. String? storeUrl,
  3. TargetPlatform? platform,
  4. bool? canUpdate,
  5. String? appleId,
  6. String? playStoreId,
})

Implementation

AppVersionResult(
    {this.storeVersion,
    this.storeUrl,
    this.platform,
    this.canUpdate,
    this.appleId,
    this.playStoreId});