$new static method
Wrapper for the LengthUnit.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $LengthUnit.wrap(LengthUnit(args[0]!.$value));
}
Wrapper for the LengthUnit.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $LengthUnit.wrap(LengthUnit(args[0]!.$value));
}