isPercentage property

bool isPercentage

Implementation

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