isIsTest property

bool get isIsTest

Whether this annotation is @isTest from the meta package.

@isTest indicates that a function runs a single test.

Implementation

bool get isIsTest;