fromString static method

AdifMyItuZone fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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