DescribeApplicationStateResult class
Constructors
- DescribeApplicationStateResult.new({ApplicationStatus? applicationStatus, DateTime? lastUpdatedTime})
-
DescribeApplicationStateResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationStatus → ApplicationStatus?
-
Status of the application - Not Started, In-Progress, Complete.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The timestamp when the application status was last updated.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited