keyword property

String? keyword
final

A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

Implementation

final String? keyword;