setDefaultTag static method

void setDefaultTag(
  1. String tag
)

Implementation

static void setDefaultTag(String tag) {
  _tag = tag;
}