UserOwnedGrafeasNote constructor

UserOwnedGrafeasNote({
  1. String? delegationServiceAccountEmail,
  2. String? noteReference,
  3. List<AttestorPublicKey>? publicKeys,
})

Implementation

UserOwnedGrafeasNote({
  this.delegationServiceAccountEmail,
  this.noteReference,
  this.publicKeys,
});