PaymentMethod constructor
const
PaymentMethod({
- PriceSummary? priceSummary,
- List<
PaymentChannels> ? channels,
Implementation
const PaymentMethod({
PriceSummary? priceSummary,
List<PaymentChannels>? channels,
}) : priceSummary = priceSummary ?? const PriceSummary(),
channels = channels ?? const [];