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