StreamingLayout.singleParticipant constructor Null safety

const StreamingLayout.singleParticipant(
  1. {required ParticipantId participant}
)

Implementation

const factory StreamingLayout.singleParticipant({required ParticipantId participant}) = _SingleParticipantLayout;