$new static method
Create a new $StringBuffer with the given content.
Implementation
static $StringBuffer $new(
Runtime runtime, $Value? target, List<$Value?> args) {
return $StringBuffer.wrap(StringBuffer(args[0]?.$value ?? ""));
}
Create a new $StringBuffer with the given content.
static $StringBuffer $new(
Runtime runtime, $Value? target, List<$Value?> args) {
return $StringBuffer.wrap(StringBuffer(args[0]?.$value ?? ""));
}