fromString static method

AdifGeneral fromString(
  1. String str
)

Implementation

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