isPercentage property

bool get isPercentage

Implementation

bool get isPercentage {
  return type == CSSLengthType.PERCENTAGE;
}