AppInfo constructor
const
AppInfo({})
Implementation
const AppInfo(
{this.appStoreUrl,
this.appBaseUrl,
required this.packageName,
required this.appVersion,
required this.appName,
this.buildNumber});