AppVersionResult constructor
AppVersionResult({
- String? storeVersion,
- String? storeUrl,
- TargetPlatform? platform,
- bool? canUpdate,
Implementation
AppVersionResult(
{this.storeVersion, this.storeUrl, this.platform, this.canUpdate});