profile property
TestRunProfile?
get
profile
The profile used for this request. This will always be defined for requests issued from the editor UI, though extensions may programmatically create requests not associated with any profile.
Implementation
_i3.TestRunProfile? get profile => _i5.getProperty(
this,
'profile',
);