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