condition property

bool? get condition
inherited

condition

Implementation

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

Implementation

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