menu
reportify package
documentation
model/test_id.dart
TestIDResult
TestIDResult.new constructor
TestIDResult.new constructor
dark_mode
light_mode
TestIDResult
constructor
TestIDResult
(
{
int
?
testID
,
String
?
result
,
bool
?
skipped
,
bool
?
hidden
,
String
?
type
,
int
?
time
,
})
Implementation
TestIDResult( {this.testID, this.result, this.skipped, this.hidden, this.type, this.time});
reportify package
documentation
model/test_id
TestIDResult
TestIDResult.new constructor
TestIDResult class