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