AppVersionData constructor

AppVersionData({
  1. String? localVersion,
  2. String? storeVersion,
  3. String? storeUrl,
  4. TargetPlatform? targetPlatform,
  5. bool? canUpdate = false,
})

Implementation

AppVersionData(
    {this.localVersion,
    this.storeVersion,
    this.storeUrl,
    this.targetPlatform,
    this.canUpdate = false});