VerificationCodes constructor
      
      VerificationCodes({ 
    
    
- String? etag,
- List<VerificationCode> ? items,
- String? kind,
Implementation
VerificationCodes({
  this.etag,
  this.items,
  this.kind,
});