fromString static method

AdifCqz fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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