fromString static method

AdifNrPings fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifNrPings fromString(String str) {
  return AdifNrPings(AdifInteger.fromString(str));
}