VerificationCode constructor

VerificationCode([
  1. dynamic updates(
    1. VerificationCodeBuilder b
    )
])

Implementation

factory VerificationCode([updates(VerificationCodeBuilder b)]) =
    _$VerificationCode;