fromString static method

AdifQslSentVia fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifQslSentVia fromString(String str) {
  return AdifQslSentVia(AdifQslViaEnumeration.fromString(str));
}