menu
scloans package
documentation
sc_loan_responses.dart
ScLoanError
ScLoanError constructor
ScLoanError constructor
dark_mode
light_mode
ScLoanError
constructor
ScLoanError
(
{
required
int
code
,
required
String
message
,
String
?
data
,
})
Implementation
ScLoanError({ required this.code, required this.message, this.data, });
scloans package
documentation
sc_loan_responses
ScLoanError
ScLoanError constructor
ScLoanError class