GetVerifiedException constructor
const
GetVerifiedException(
- String message, {
- String? code,
- dynamic originalError,
- StackTrace? stackTrace,
Implementation
const GetVerifiedException(
this.message, {
this.code,
this.originalError,
this.stackTrace,
});