toVHLength property

Length get toVHLength

Implementation

Length get toVHLength {
  return Length(this, unit: LengthUnit.vh);
}