id property

String get id

ID of the test tag. TestTag instances with the same ID are considered to be identical.

Implementation

_i2.String get id => _i5.getProperty(
      this,
      'id',
    );