janus_client
janus_client
StreamingPluginStream
StreamingPluginStream constructor
StreamingPluginStream
StreamingPluginStream
constructor
Null safety
StreamingPluginStream
(
{
int
?
id
,
String
?
type
,
String
?
description
,
bool
?
isPrivate
,
List
<
Ports
>
?
ports
}
)
Implementation
StreamingPluginStream({ this.id, this.type, this.description, this.isPrivate, this.ports, });
janus_client
janus_client
StreamingPluginStream
StreamingPluginStream constructor
StreamingPluginStream class
Constructors
StreamingPluginStream
fromJson
Properties
description
hashCode
id
isPrivate
ports
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==