boxPack property

String boxPack

Gets the value of "box-pack"

Implementation

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

Sets the value of "box-pack"

Implementation

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