$SHOUT static method
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);
}
Wrapper for the Level.SHOUT getter
static $Value? $SHOUT(Runtime runtime, $Value? target, List<$Value?> args) {
final value = Level.SHOUT;
return $Level.wrap(value);
}