Set bool property with type safety
void setPropertyFromBool(String property, bool? value) { setPropertyUnsafe(property, value); }