Status class
Task processing result.
Constructors
- Status.new({int? statusCode, String? statusMessage, Status? status})
- Creates a Status object.
-
Status.fromMap(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
Task processing result.
getter/setter pair
- statusCode ↔ int?
-
Status code.
getter/setter pair
- statusMessage ↔ String?
-
Status description.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override