1. <a class="" href="dart-core/Deprecated-class.html">Deprecated</a>("Internal Use Only")
StringList internalCreateStringList()

Not documented.

Source

@Deprecated("Internal Use Only")
static StringList internalCreateStringList() {
  return new StringList._internalWrap();
}