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