toVWLength property

Length get toVWLength

Implementation

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