init method

void init (
  1. {String tag: _tagDef}
)

Implementation

static void init({String tag = _tagDef}) {
  _tag = _tagDef;
}