janus_client
janus_client
TypedEvent
<
T
>
TypedEvent constructor
TypedEvent
TypedEvent<
T
>
constructor
Null safety
TypedEvent<
T
>
(
{
required
T
event
,
RTCSessionDescription
?
jsep
}
)
Implementation
TypedEvent({ required this.event, this.jsep, });
janus_client
janus_client
TypedEvent
<
T
>
TypedEvent constructor
TypedEvent class
Constructors
TypedEvent
fromMap
Properties
event
hashCode
jsep
runtimeType
Methods
copyWith
noSuchMethod
toMap
toString
Operators
operator ==