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