fromString static method

AdifNotes fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifNotes fromString(String str) {
  return AdifNotes(AdifMultilineString.fromString(str));
}