tag property

String? tag

Current Session identifier.

Implementation

String? get tag => _tag;
void tag=(String? val)

Implementation

set tag(String? val) {
  _tag = val;
  _setTag(val);
}