participant property

List<TestReportParticipant>? participant
inherited

participant A participant in the test execution, either the execution engine, a client, or a server.

Implementation

List<TestReportParticipant>? get participant =>
    throw _privateConstructorUsedError;