boxPack 属性

String boxPack

获取 "box-pack" 的值

实现

String get boxPack => getPropertyValue('box-pack');
void boxPack=(String value)

设置 "box-pack" 的值

实现

set boxPack(String value) {
  setProperty('box-pack', value, '');
}