id property
String
get
id
Identifier for the TestItem
. This is used to correlate
test results and tests in the document with those in the workspace
(test explorer). This cannot change for the lifetime of the TestItem
,
and must be unique among its parent's direct children.
Implementation
_i2.String get id => _i5.getProperty(
this,
'id',
);