boxPack property
Gets the value of "box-pack"
Implementation
String get boxPack => getPropertyValue('box-pack');
Sets the value of "box-pack"
Implementation
set boxPack(String value) {
setProperty('box-pack', value, '');
}
Gets the value of "box-pack"
String get boxPack => getPropertyValue('box-pack');
Sets the value of "box-pack"
set boxPack(String value) {
setProperty('box-pack', value, '');
}