percent property

ScalarUnits percent
final

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);