thirdParty property
Third-party caveats require an external discharge.
Implementation
@$pb.TagNumber(4)
ThirdPartyCaveat get thirdParty => $_getN(3);
Implementation
@$pb.TagNumber(4)
set thirdParty(ThirdPartyCaveat value) => $_setField(4, value);
Third-party caveats require an external discharge.
@$pb.TagNumber(4)
ThirdPartyCaveat get thirdParty => $_getN(3);
@$pb.TagNumber(4)
set thirdParty(ThirdPartyCaveat value) => $_setField(4, value);