$of static method

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

Implementation

static $Value? $of(Runtime runtime, $Value? target, List<$Value?> args) {
  return $ThemeData.wrap(Theme.of(args[0]!.$value));
}