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