active method
- bool active
Implementation
void active(bool active) {
final tmp1 = active;
var tmp0 = 0;
var tmp2 = 0;
tmp0 = _box.borrow();
tmp2 = tmp1 ? 1 : 0;
_api._simpleOnOffSettingBuilderActive(tmp0, tmp2);
return;
}
void active(bool active) {
final tmp1 = active;
var tmp0 = 0;
var tmp2 = 0;
tmp0 = _box.borrow();
tmp2 = tmp1 ? 1 : 0;
_api._simpleOnOffSettingBuilderActive(tmp0, tmp2);
return;
}