menu
pokepay_sdk package
documentation
responses/bank_error.dart
BankError
BankError.new constructor
BankError.new constructor
dark_mode
light_mode
BankError
constructor
BankError
(
{
required
String
type
,
required
String
message
,
Object
?
errors
,
})
Implementation
BankError({ required this.type, required this.message, this.errors, });
pokepay_sdk package
documentation
responses/bank_error
BankError
BankError.new constructor
BankError class