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