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