includeGovernance property

  1. @TagNumber(6)
bool includeGovernance

If true, the issued credential will contain an attestation of the issuer's membership in the ecosystem's Trust Registry.

Implementation

@$pb.TagNumber(6)
$core.bool get includeGovernance => $_getBF(4);
  1. @TagNumber(6)
void includeGovernance=(bool v)

Implementation

@$pb.TagNumber(6)
set includeGovernance($core.bool v) {
  $_setBool(4, v);
}