Status class
Status is a return value for calls that don't return other objects.
Constructors
- Status({int? code, StatusDetails? details, String? message, ListMeta? metadata, String? reason, String? status})
- Status.fromJson(Map json_)
Properties
- code ↔ int?
-
Suggested HTTP return code for this status, 0 if not set.
getter/setter pair
- details ↔ StatusDetails?
-
Extended data associated with the reason.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
A human-readable description of the status of this operation.
getter/setter pair
- metadata ↔ ListMeta?
-
Standard list metadata.
getter/setter pair
- reason ↔ String?
-
A machine-readable description of why this operation is in the "Failure"
status.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Status of the operation.
getter/setter pair
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