VerificationCode constructor

VerificationCode({
  1. String? etag,
  2. String? kind,
  3. String? userId,
  4. String? verificationCode,
})

Implementation

VerificationCode({this.etag, this.kind, this.userId, this.verificationCode});