fromString static method

AdifClublogQsoUploadDate fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

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