fromString static method

AdifLotwQslrdate fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifLotwQslrdate fromString(String str) {
  return AdifLotwQslrdate(AdifDate.fromString(str));
}