VerificationError constructor

const VerificationError({
  1. required VerificationErrorType type,
  2. required String message,
})

Implementation

const VerificationError({required this.type, required this.message});