Countries whose calling code starts with prefix (e.g. '1').
prefix
'1'
static List<Country> withDialCode(String prefix) => _all.withDialCode(prefix);