GetVerifiedException constructor

const GetVerifiedException(
  1. String message, {
  2. String? code,
  3. dynamic originalError,
  4. StackTrace? stackTrace,
})

Implementation

const GetVerifiedException(
  this.message, {
  this.code,
  this.originalError,
  this.stackTrace,
});