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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
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, '');
}