group property
String?
get
group
Group name for the benchmark.
Grouped benchmarks produce a group time summary, where the difference in performance between each test of the group is compared.
Implementation
_i2.String? get group => _i3.getProperty(
this,
'group',
);
set
group
(String? value)
Implementation
set group(_i2.String? value) {
_i3.setProperty(
this,
'group',
value ?? _i6.undefined,
);
}