VerificationError constructor
const
VerificationError({
- required VerificationErrorType type,
- required String message,
Implementation
const VerificationError({required this.type, required this.message});