isNotNone property

bool isNotNone

Implementation

bool get isNotNone {
  return type != CSSLengthType.NONE;
}