Participant constructor Null safety
- String _id,
- String _name,
- int _textureId,
- MediaState _mediaState
Implementation
Participant(this._id, this._name, this._textureId, this._mediaState);
Participant(this._id, this._name, this._textureId, this._mediaState);