Event.allSuites constructor
Factory constructor for allSuites event
Implementation
const factory Event.allSuites({
/// The time (in milliseconds) that has elapsed since the test runner started.
required int time,
/// The total number of suites that will be loaded.
required int count,
}) = _AllSuites;