fromString static method

AdifRxPwr fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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