VersionSentryInfo constructor
VersionSentryInfo({})
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.appStoreLink,
});