fromString static method

AdifQth fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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