fromString static method

AdifField fromString(
  1. String str
)

The method to parse the value from a string.

Implementation

static AdifField fromString(String str) {
  throw UnimplementedError('fromString must be implemented in subclasses');
}