$any static method

$Value? $any(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

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);
}