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