ApplicationInformation constructor
ApplicationInformation({})
Implementation
ApplicationInformation({
required this.appName,
required this.packageName,
required this.version,
required this.buildNumber,
this.buildSignature = '',
this.installerStore,
this.installTime,
this.updateTime,
}) : super();