fromString static method

AdifLotwQslSent fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifLotwQslSent fromString(String str) {
  return AdifLotwQslSent(AdifQslSentEnumeration.fromString(str));
}