type property

TestableType? type
final

The type value that the Testable must support or else this step will be hidden from the available options. If this is not set then it is assumed the test supports all types.

This will be ignored whenever widgetless is set to true.

Implementation

final TestableType? type;