位置 属性

String 位置

获取 "position" 的值

实现

String get position => getPropertyValue('position');
void 位置=(String value)

设置 "position" 的值

实现

set position(String value) {
  setProperty('position', value, '');
}