AppInfo constructor
AppInfo({})
Implementation
AppInfo({
required this.appName,
required this.packageName,
required this.version,
required this.buildNumber,
this.installTime,
this.updateTime,
});
AppInfo({
required this.appName,
required this.packageName,
required this.version,
required this.buildNumber,
this.installTime,
this.updateTime,
});