fromString static method

AdifAddressIntl fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifAddressIntl fromString(String str) {
  return AdifAddressIntl(AdifIntlMultilineString.fromString(str));
}