InvalidFormatException constructor

InvalidFormatException(
  1. String message, {
  2. Object? cause,
})

Implementation

InvalidFormatException(super.message, {super.cause});