forbid method

Policy forbid()

Implementation

Policy forbid() {
  return Policy(effect: Effect.forbid, annotations: this);
}