Status class
Represents the status of an object.
Each instance holds a response and a timestamp.
Constructors
- Status.new({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
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