AppVersionData constructor
AppVersionData({
- String? localVersion,
- String? storeVersion,
- String? storeUrl,
- TargetPlatform? targetPlatform,
- bool? canUpdate = false,
Implementation
AppVersionData({this.localVersion,this.storeVersion,this.storeUrl,this.targetPlatform, this.canUpdate=false});