fromString static method

AdifNotesIntl fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifNotesIntl fromString(String str) {
  return AdifNotesIntl(AdifIntlMultilineString.fromString(str));
}