Condition.entity constructor

Condition.entity(
  1. Entity cond
)

checks if the entity exists

Implementation

Condition.entity(Entity cond) {
  _setCond(cond);
}