ApplicationResume class

Constructors

ApplicationResume({required bool installed, int? versionCode, String? versionName, bool? enabled})

Properties

enabled bool?
Whether the app is enabled (installed and visible) or disabled (installed, but not visible)
final
hashCode int
The hash code for this object.
no setterinherited
installed bool
If application is intallable
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionCode int?
Unique version id for the application
final
versionName String?
Public name of the application (eg: 1.0.0) The version name of this package, as specified by the
final

Methods

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

Operators

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