UnsupportedCountryException constructor

const UnsupportedCountryException(
  1. String message, [
  2. String? actual
])

Implementation

const UnsupportedCountryException(
  this.message, [
  this.actual,
]);