toVWLength property

Length toVWLength

Implementation

Length get toVWLength {
  return Length(this.toDouble(), unit: LengthUnit.vw);
}