$maybeOf static method
Wrapper for the MapController.maybeOf method
Implementation
static $Value? $maybeOf(Runtime runtime, $Value? target, List<$Value?> args) {
final value = MapController.maybeOf(args[0]!.$value);
return value == null ? const $null() : $MapController.wrap(value);
}