fromString static method

AdifTxPwr fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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