isNone property

bool isNone

Implementation

bool get isNone {
  return type == CSSLengthType.NONE;
}