LaunchDetails class
Details about the latest launch of an application.
Constructors
- LaunchDetails({DateTime? latestLaunchTime, String? stackId, String? stackName})
-
LaunchDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestLaunchTime → DateTime?
-
The latest time that this application was launched successfully.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackId → String?
-
The ID of the latest stack launched for this application.
final
- stackName → String?
-
The name of the latest stack launched for this 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited