condition property

bool? condition
inherited

condition

Implementation

bool? get condition => $get(#condition);
void condition=(bool? check)
inherited

Implementation

set condition(bool? check) => $set(#condition, check);