VerificationState constructor

const VerificationState({
  1. required String stage,
  2. dynamic event,
})

Implementation

const VerificationState({required this.stage, this.event});