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