fromString static method

AdifSigInfoIntl fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifSigInfoIntl fromString(String str) {
  return AdifSigInfoIntl(AdifIntlString.fromString(str));
}