$SHOUT static method

$Value? $SHOUT(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the Level.SHOUT getter

Implementation

static $Value? $SHOUT(Runtime runtime, $Value? target, List<$Value?> args) {
  final value = Level.SHOUT;
  return $Level.wrap(value);
}