$new static method
Implementation
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $Alignment.wrap(Alignment(
args[0]!.$value,
args[1]!.$value,
));
}
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $Alignment.wrap(Alignment(
args[0]!.$value,
args[1]!.$value,
));
}