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