$prepareData static method
Wrapper for the CountryCoder.prepareData method
Implementation
static $Value? $prepareData(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = CountryCoder.prepareData(args[0]!.$value);
return $List.view(value, (e) => $Object(e));
}