permit method

Policy permit()

Implementation

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