UnsupportedFormatException constructor

const UnsupportedFormatException(
  1. String message, {
  2. String? nativeCode,
  3. String? nativeMessage,
  4. bool isRecoverable = false,
})

Implementation

const UnsupportedFormatException(
  super.message, {
  super.nativeCode,
  super.nativeMessage,
  super.isRecoverable = false,
});