AppVersionResult constructor

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

Implementation

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