Status class
- Inheritance
-
- Object
- JsonObject
- Status
- Implementers
Constructors
Properties
Methods
-
copyWith(
{dynamic status, String? statusVerbose, String? body, String? error, int? imageId}) → Status -
isWrongUsernameOrPassword(
) → bool - Returns true if this Status is caused by wrong username or password, false otherwise.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldOpenNewIssue(
) → bool -
toData(
) → Map< String, String> -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toValueString(
) → String -
Returns all values as a String separated by a hyphen
value1 - value2 - value3
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- openNewIssueUrl → const String
- serverErrorInEnglish → const String
- serverErrorStatus → const int
- wrongUserOrPasswordErrorMessage → const String