menu
royat_pay package
documentation
models/error_response.dart
ErrorResponse
ErrorResponse constructor
ErrorResponse constructor
dark_mode
light_mode
ErrorResponse
constructor
ErrorResponse
(
{
dynamic
result
,
num
?
errorCode
,
String
?
errorMessage
,
List
<
Errors
>
?
errors
,
})
Implementation
ErrorResponse({ this.result, this.errorCode, this.errorMessage, this.errors, });
royat_pay package
documentation
models/error_response
ErrorResponse
ErrorResponse constructor
ErrorResponse class