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