JanusEvent constructor Null safety
- {String? janus,
- int? sessionId,
- String? transaction,
- int? sender,
- Plugindata? plugindata}
Implementation
JanusEvent({
this.janus,
this.sessionId,
this.transaction,
this.sender,
this.plugindata,
});
JanusEvent({
this.janus,
this.sessionId,
this.transaction,
this.sender,
this.plugindata,
});