InventoryWindowsApplication class
Contains information about a Windows application as retrieved from the Windows Registry.
For more information about these fields, see Windows Installer Properties for the Uninstall Registry{: class="external" }
Constructors
- InventoryWindowsApplication({String? displayName, String? displayVersion, String? helpLink, Date? installDate, String? publisher})
- InventoryWindowsApplication.fromJson(Map _json)
Properties
- displayName ↔ String?
-
The name of the application or product.
getter/setter pair
- displayVersion ↔ String?
-
The version of the product or application in string format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpLink ↔ String?
-
The internet address for technical support.
getter/setter pair
- installDate ↔ Date?
-
The last time this product received service.
getter/setter pair
- publisher ↔ String?
-
The name of the manufacturer for the product or application.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited