$Centimeter static method
Wrapper for the LengthUnit.Centimeter getter
Implementation
static $Value? $Centimeter(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = LengthUnit.Centimeter;
return $LengthUnit.wrap(value);
}