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