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