fromString static method

AdifEnumeration fromString(
  1. String str
)
override

Implementation

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