Attestor constructor
Attestor({
- String? description,
- String? etag,
- String? name,
- String? updateTime,
- UserOwnedGrafeasNote? userOwnedGrafeasNote,
Implementation
Attestor({
this.description,
this.etag,
this.name,
this.updateTime,
this.userOwnedGrafeasNote,
});