VerificationCodes constructor

VerificationCodes({
  1. String? etag,
  2. List<VerificationCode>? items,
  3. String? kind,
})

Implementation

VerificationCodes({
  this.etag,
  this.items,
  this.kind,
});