LokotroPaymentMethodListItem constructor
LokotroPaymentMethodListItem({
- required String id,
- required String name,
- required String displayName,
- required LokotroPayChannel channel,
- required String iconUrl,
- LokotroPaymentMethodFlag flag = LokotroPaymentMethodFlag.none,
- bool isEnabled = true,
- bool isSelected = false,
- Map<
String, dynamic> ? configuration,
Implementation
LokotroPaymentMethodListItem({
required this.id,
required this.name,
required this.displayName,
required this.channel,
required this.iconUrl,
this.flag = LokotroPaymentMethodFlag.none,
this.isEnabled = true,
this.isSelected = false,
this.configuration,
});