menu
test_rail_dart package
documentation
test_case.dart
CustomStep
CustomStep constructor
CustomStep constructor
dark_mode
light_mode
CustomStep
constructor
CustomStep
(
{
String
?
content
,
String
?
additionalInfo
,
String
?
expected
,
String
?
refs
,
int
?
sharedStepId
,
})
Implementation
CustomStep({ this.content, this.additionalInfo, this.expected, this.refs, this.sharedStepId, });
test_rail_dart package
documentation
test_case
CustomStep
CustomStep constructor
CustomStep class