Participant constructor Null safety

Participant(
  1. String _id,
  2. String _name,
  3. int _textureId,
  4. MediaState _mediaState
)

Implementation

Participant(this._id, this._name, this._textureId, this._mediaState);