VersionCheckResponse constructor
VersionCheckResponse({})
Implementation
VersionCheckResponse({
required this.hasUpdate,
required this.isForceUpdate,
this.title,
this.versionCode,
this.buildNumber,
this.platform,
this.releaseNotes,
this.uiConfig,
this.rolloutPercentage,
this.isInRollout,
this.storeUrl,
this.appStoreLink,
});