fromString static method
- String str
override
The method to parse the value from a string.
Implementation
static AdifTimeOn fromString(String str) {
return AdifTimeOn(AdifTime.fromString(str));
}
The method to parse the value from a string.
static AdifTimeOn fromString(String str) {
return AdifTimeOn(AdifTime.fromString(str));
}