AppStoreVersion constructor
const
AppStoreVersion({})
Implementation
const AppStoreVersion({
required this.versionString,
required this.appStoreState,
required this.releaseType,
required this.copyright,
});
const AppStoreVersion({
required this.versionString,
required this.appStoreState,
required this.releaseType,
required this.copyright,
});