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