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