menu
reportify package
documentation
model/test_id_error.dart
TestIDError
TestIDError.new constructor
TestIDError.new constructor
dark_mode
light_mode
TestIDError
constructor
TestIDError
(
{
int
?
testID
,
String
?
error
,
String
?
stackTrace
,
bool
?
isFailure
,
String
?
type
,
int
?
time
,
})
Implementation
TestIDError( {this.testID, this.error, this.stackTrace, this.isFailure, this.type, this.time});
reportify package
documentation
model/test_id_error
TestIDError
TestIDError.new constructor
TestIDError class