fromString static method

AdifMyCountry fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifMyCountry fromString(String str) {
  return AdifMyCountry(AdifString.fromString(str));
}