NotIdentifiableException constructor
NotIdentifiableException(
- String message, {
- StackTrace? stackTrace,
- dynamic cause,
Implementation
NotIdentifiableException(super.message, {super.stackTrace, super.cause});