StabilityError class

Stability API Error

Constructors

StabilityError.new({required int status, required String statusText, required Map<String, dynamic> body})
Stability API Error

Properties

body Map<String, dynamic>
Response body
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
HTTP status code
final
statusText String
HTTP status text
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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