fromString static method

AdifMorseKeyType fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifMorseKeyType fromString(String str) {
  return AdifMorseKeyType(AdifMorseKeyTypeEnumeration.fromString(str));
}