isViewportSizeRelatedLength method
Implementation
bool isViewportSizeRelatedLength() {
  return type == CSSLengthType.VH || type == CSSLengthType.VW;
}bool isViewportSizeRelatedLength() {
  return type == CSSLengthType.VH || type == CSSLengthType.VW;
}