Accounts constructor

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

Implementation

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