menu
ipaymu package
documentation
models/payment_method_model.dart
Data
Data.new constructor
Data.new constructor
dark_mode
light_mode
Data
constructor
Data
(
{
String
?
code
,
String
?
name
,
String
?
description
,
List
<
Channels
>
?
channels
,
})
Implementation
Data({this.code, this.name, this.description, this.channels});
ipaymu package
documentation
models/payment_method_model
Data
Data.new constructor
Data class