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