name property
String?
get
name
The human-readable name of the run. This can be used to disambiguate multiple sets of results in a test run. It is useful if tests are run across multiple platforms, for example.
Implementation
_i2.String? get name => _i5.getProperty(
this,
'name',
);