GrantListEntry constructor

GrantListEntry({
  1. GrantConstraints? constraints,
  2. DateTime? creationDate,
  3. String? grantId,
  4. String? granteePrincipal,
  5. String? issuingAccount,
  6. String? keyId,
  7. String? name,
  8. List<GrantOperation>? operations,
  9. String? retiringPrincipal,
})

Implementation

GrantListEntry({
  this.constraints,
  this.creationDate,
  this.grantId,
  this.granteePrincipal,
  this.issuingAccount,
  this.keyId,
  this.name,
  this.operations,
  this.retiringPrincipal,
});