$SEVERE static method
Wrapper for the Level.SEVERE getter
Implementation
static $Value? $SEVERE(Runtime runtime, $Value? target, List<$Value?> args) {
final value = Level.SEVERE;
return $Level.wrap(value);
}
Wrapper for the Level.SEVERE getter
static $Value? $SEVERE(Runtime runtime, $Value? target, List<$Value?> args) {
final value = Level.SEVERE;
return $Level.wrap(value);
}