fromString static method

AdifContestId fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifContestId fromString(String str) {
  return AdifContestId(AdifString.fromString(str));
}