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