$new static method
Creates a new instance of $Baseline from args
Implementation
static $Value? $new(Runtime runtime, $Value? target, List<$Value?> args) {
return $Baseline.wrap(Baseline(
key: args[0]?.$value,
baseline: args[1]!.$value,
baselineType: args[2]!.$value,
child: args[3]?.$value,
));
}