ExAppModel constructor
ExAppModel({})
Creates a new ExAppModel instance with the provided application details.
Implementation
ExAppModel({
required this.versionCode,
required this.versionName,
required this.version,
required this.packageName,
required this.appName,
required this.installTime,
required this.updateTime,
this.installedFromStore,
});