fromString static method

AdifMyLat fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifMyLat fromString(String str) {
  return AdifMyLat(AdifLocation.fromString(str));
}