Whether this annotation is @isTest from the meta package.
@isTest
@isTest indicates that a function runs a single test.
@override bool get isIsTest => _isMeta('isTest');