@override bool get selected => _getIntProp("Selected") != 0;
@override set selected(bool v) => _setIntProp("Selected", v ? 1 : 0);