Status class

Represents the status of an object.

Each instance holds a response and a timestamp.

Constructors

Status({String? response, String? time})
Creates a new instance of Status.
Status.fromJson(Map<String, dynamic> json)
Creates a new instance of Status from a JSON object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
response String?
The response status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
The time when the status was updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this Status instance to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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