Condition.entity constructor
Condition.entity(
- Entity cond
checks if the entity exists
Implementation
Condition.entity(Entity cond) {
_setCond(cond);
}
checks if the entity exists
Condition.entity(Entity cond) {
_setCond(cond);
}