fromString static method

AdifUksmg fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifUksmg fromString(String str) {
  return AdifUksmg(AdifPositiveInteger.fromString(str));
}