toDucFormat method

String toDucFormat()

Implementation

String toDucFormat() {
  return "${EPHEMERAL_MODELS_VERSION.toString()}${base64.encode(gzip.encode(utf8.encode("$_keyword${toCompatibleFormat()}")))}";
}