fromString static method

AdifPotaRef fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifPotaRef fromString(String str) {
  return AdifPotaRef(AdifPOTARefList.fromString(str));
}