stellar_flutter_sdk
stellar_flutter_sdk
ErrorResponse
ErrorResponse constructor
ErrorResponse
stellar_flutter_sdk
stellar_flutter_sdk
ErrorResponse
ErrorResponse constructor
ErrorResponse class
Constructors
ErrorResponse
Properties
body
code
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
ErrorResponse
constructor
ErrorResponse
(
int
_code
,
String
_body
)
Implementation
ErrorResponse(this._code, this._body);