@override int get position => _getIntProp('Position');
@override set position(int value) { _setIntProp('Position', value); }