Attestor constructor

Attestor({
  1. String? description,
  2. String? etag,
  3. String? name,
  4. String? updateTime,
  5. UserOwnedGrafeasNote? userOwnedGrafeasNote,
})

Implementation

Attestor({
  this.description,
  this.etag,
  this.name,
  this.updateTime,
  this.userOwnedGrafeasNote,
});