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