LokotroPaymentMethodListItem constructor
LokotroPaymentMethodListItem({})
Implementation
LokotroPaymentMethodListItem({
required this.id,
required this.name,
required this.displayName,
required this.channel,
required this.iconUrl,
this.isEnabled = true,
this.isSelected = false,
this.configuration,
});