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