toVHLength property

Length toVHLength

Implementation

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