fromString static method

AdifMyRigIntl fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifMyRigIntl fromString(String str) {
  return AdifMyRigIntl(AdifIntlString.fromString(str));
}