includeGovernance property

  1. @TagNumber(4)
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(4)
$core.bool get includeGovernance => $_getBF(3);
  1. @TagNumber(4)
void includeGovernance=(bool v)

Implementation

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