fromDucFormat static method

String? fromDucFormat(
  1. String duc
)

Implementation

static String? fromDucFormat(String duc) {
  return fromDucFormatExtern(duc);
}