isIsTestGroup property

  1. @override
bool get isIsTestGroup
override

Whether this annotation is @isTestGroup from the meta package.

@isTestGroup indicates that a function runs a group of tests.

Implementation

@override
bool get isIsTestGroup => _isMeta('isTestGroup');