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