tag property
TestTag?
get
tag
Associated tag for the profile. If this is set, only {@link TestItem} instances with the same tag will be eligible to execute in this profile.
Implementation
_i3.TestTag? get tag => _i5.getProperty(
this,
'tag',
);
set
tag
(TestTag? value)
Implementation
set tag(_i3.TestTag? value) {
_i5.setProperty(
this,
'tag',
value ?? _i6.undefined,
);
}