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

Not documented.

Source

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