VersionInfo constructor
VersionInfo({})
Implementation
VersionInfo({
required this.currentVersion,
required this.storeVersion,
this.appStoreLink,
this.playStoreLink,
required this.shouldUpdate,
});
VersionInfo({
required this.currentVersion,
required this.storeVersion,
this.appStoreLink,
this.playStoreLink,
required this.shouldUpdate,
});