percent property
Acceptable for use with the SI; percent (%) represents the number 0.01.
Implementation
static final ScalarUnits percent = ScalarUnits(
'percent', null, '%', 'percent', const Double.constant(0.01), false);
Acceptable for use with the SI; percent (%) represents the number 0.01.
static final ScalarUnits percent = ScalarUnits(
'percent', null, '%', 'percent', const Double.constant(0.01), false);