$any static method
Wrapper for the WidgetState.any getter
Implementation
static $Value? $any(Runtime runtime, $Value? target, List<$Value?> args) {
const value = WidgetState.any;
return runtime.wrapAlways(value);
}
Wrapper for the WidgetState.any getter
static $Value? $any(Runtime runtime, $Value? target, List<$Value?> args) {
const value = WidgetState.any;
return runtime.wrapAlways(value);
}