toSearchString method

String toSearchString()

Returns a string that can be used to search for this country

Implementation

String toSearchString() {
  return '$name $code $dialCode $flag';
}