menu
paymentez_sdk package
documentation
models/response/paymentez_error.dart
Error
Error.new constructor
Error.new constructor
dark_mode
light_mode
Error
constructor
Error
(
{
required
String
type
,
required
String
help
,
required
dynamic
description
,
})
Implementation
Error({ required this.type, required this.help, required this.description, });
paymentez_sdk package
documentation
models/response/paymentez_error
Error
Error.new constructor
Error class