UnsupportedLocaleException constructor

const UnsupportedLocaleException(
  1. String message, {
  2. String? unsupportedLocale,
})

Implementation

const UnsupportedLocaleException(
  super.message, {
  this.unsupportedLocale,
});