stellar_flutter_sdk
stellar_flutter_sdk
ChallengeRequestErrorResponse
ChallengeRequestErrorResponse constructor
ChallengeRequestErrorResponse
stellar_flutter_sdk
stellar_flutter_sdk
ChallengeRequestErrorResponse
ChallengeRequestErrorResponse constructor
ChallengeRequestErrorResponse class
Constructors
ChallengeRequestErrorResponse
Properties
body
code
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
ChallengeRequestErrorResponse
constructor
ChallengeRequestErrorResponse
(
int
code
,
String
body
)
Implementation
ChallengeRequestErrorResponse(int code, String body) : super(code, body);