kind property
TestRunProfileKind
get
kind
Configures what kind of execution this profile controls. If there are no profiles for a kind, it will not be available in the UI.
Implementation
_i3.TestRunProfileKind get kind =>
_i3.TestRunProfileKind.values.byName(_i5.getProperty(
this,
'kind',
));