ExAppModel class

Represents information about an installed application.

Constructors

ExAppModel({required String versionCode, required String versionName, required String version, required String packageName, required String appName, required DateTime? installTime, required DateTime? updateTime, String? installedFromStore})
Creates a new ExAppModel instance with the provided application details.

Properties

appName String
The display name of the application.
final
hashCode int
The hash code for this object.
no setterinherited
installedFromStore String?
The store from which the application was installed, if available.
final
installTime DateTime?
The date and time when the application was first installed.
final
packageName String
The unique package identifier of the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime DateTime?
The date and time when the application was last updated.
final
version String
The full version string of the application.
final
versionCode String
The build number of the application.
final
versionName String
The user-visible version name of the application.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited