PriceOverrides constructor

PriceOverrides({
  1. required List country,
})

Implementation

PriceOverrides({
  required this.country,
});