Event.testStart constructor
Factory constructor for testStart event
Implementation
const factory Event.testStart({
/// The time (in milliseconds) that has elapsed since the test runner started.
required int time,
/// Metadata about the Test that started.
required Test test,
}) = _TestStart;