caveats property

  1. @TagNumber(6)
List<Expr> get caveats

The caveats to this cork's validity and usage.

Caveats are structured conditions which must be met for the cork to be considered valid and for its claims to be considered true.

Effectively, these form the body of a forbid unless policy AND'd together.

Implementation

@$pb.TagNumber(6)
$core.List<$5.Expr> get caveats => $_getList(5);