tag property

String tag

Implementation

String get tag => _tag ?? typeName;
void tag=(dynamic v)

Implementation

set tag(v) => _tag = v;