$new static method
Implementation
static $Utf8Codec $new(Runtime runtime, $Value? target, List<$Value?> args) {
final allowMalformed = args[0]?.$value as bool? ?? false;
return $Utf8Codec.wrap(Utf8Codec(allowMalformed: allowMalformed));
}
static $Utf8Codec $new(Runtime runtime, $Value? target, List<$Value?> args) {
final allowMalformed = args[0]?.$value as bool? ?? false;
return $Utf8Codec.wrap(Utf8Codec(allowMalformed: allowMalformed));
}