The method to parse the value from a string.
static AdifCall fromString(String str) { return AdifCall(AdifString.fromString(str)); }