isPercent property

bool isPercent

Returns true if unit is of type %.

Implementation

bool get isPercent => unit == CSSUnit.percent;