$kImpossibleSize static method
Wrapper for the MapCamera.kImpossibleSize getter
Implementation
static $Value? $kImpossibleSize(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = MapCamera.kImpossibleSize;
return $Size.wrap(value);
}