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