NotIdentifiableException constructor

NotIdentifiableException(
  1. String message, {
  2. StackTrace? stackTrace,
  3. dynamic cause,
})

Implementation

NotIdentifiableException(super.message, {super.stackTrace, super.cause});