fromString static method

AdifFreqRx fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifFreqRx fromString(String str) {
  return AdifFreqRx(AdifNumber.fromString(str));
}