VersionSentryInfo constructor
VersionSentryInfo({
- required String platform,
- required String currentVersion,
- required String storeVersion,
- required bool needsUpdate,
- required bool isMajorUpdate,
- required bool isMinorUpdate,
- required bool isPatchUpdate,
- String? releaseNotes,
- required String packageName,
- required String bundleId,
- required String appUpdateLink,
Implementation
VersionSentryInfo({
required this.platform,
required this.currentVersion,
required this.storeVersion,
required this.needsUpdate,
required this.isMajorUpdate,
required this.isMinorUpdate,
required this.isPatchUpdate,
this.releaseNotes,
required this.packageName,
required this.bundleId,
required this.appUpdateLink,
});