thirdParty property

  1. @TagNumber.new(4)
ThirdPartyCaveat get thirdParty

Third-party caveats require an external discharge.

Implementation

@$pb.TagNumber(4)
ThirdPartyCaveat get thirdParty => $_getN(3);
  1. @TagNumber.new(4)
set thirdParty (ThirdPartyCaveat value)

Implementation

@$pb.TagNumber(4)
set thirdParty(ThirdPartyCaveat value) => $_setField(4, value);