fromString static method

AdifQslRcvdVia fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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