menu
thawani_payment package
documentation
models/customers.dart
CustomersModel
CustomersModel constructor
CustomersModel constructor
dark_mode
light_mode
CustomersModel
constructor
CustomersModel
(
{
bool
?
success
,
int
?
code
,
String
?
description
,
List
<
Datum
>
?
data
,
})
Implementation
CustomersModel({ this.success, this.code, this.description, this.data, });
thawani_payment package
documentation
models/customers
CustomersModel
CustomersModel constructor
CustomersModel class