Plugins class

Constructors

Plugins({JanusPluginAudiobridge? januspluginaudiobridge, JanusPluginRecordplay? januspluginrecordplay, JanusPluginTextroom? janusplugintextroom, JanusPluginNosip? januspluginnosip, JanusPluginVoicemail? januspluginvoicemail, JanusPluginSip? januspluginsip, JanusPluginVideocall? januspluginvideocall, JanusPluginStreaming? januspluginstreaming, JanusPluginEchotest? januspluginechotest, JanusPluginVideoroom? januspluginvideoroom})
Plugins.fromJson(dynamic json)

Properties

hashCode int
The hash code for this object.
no setterinherited
januspluginaudiobridge JanusPluginAudiobridge?
no setter
januspluginechotest JanusPluginEchotest?
no setter
januspluginnosip JanusPluginNosip?
no setter
januspluginrecordplay JanusPluginRecordplay?
no setter
januspluginsip JanusPluginSip?
no setter
januspluginstreaming JanusPluginStreaming?
no setter
janusplugintextroom JanusPluginTextroom?
no setter
januspluginvideocall JanusPluginVideocall?
no setter
januspluginvideoroom JanusPluginVideoroom?
no setter
januspluginvoicemail JanusPluginVoicemail?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({JanusPluginAudiobridge? januspluginaudiobridge, JanusPluginRecordplay? januspluginrecordplay, JanusPluginTextroom? janusplugintextroom, JanusPluginNosip? januspluginnosip, JanusPluginVoicemail? januspluginvoicemail, JanusPluginSip? januspluginsip, JanusPluginVideocall? januspluginvideocall, JanusPluginStreaming? januspluginstreaming, JanusPluginEchotest? januspluginechotest, JanusPluginVideoroom? januspluginvideoroom}) Plugins
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited