Plugins class Null safety

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.
read-only, inherited
januspluginaudiobridge JanusPluginAudiobridge?
read-only
januspluginechotest JanusPluginEchotest?
read-only
januspluginnosip JanusPluginNosip?
read-only
januspluginrecordplay JanusPluginRecordplay?
read-only
januspluginsip JanusPluginSip?
read-only
januspluginstreaming JanusPluginStreaming?
read-only
janusplugintextroom JanusPluginTextroom?
read-only
januspluginvideocall JanusPluginVideocall?
read-only
januspluginvideoroom JanusPluginVideoroom?
read-only
januspluginvoicemail JanusPluginVoicemail?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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 non-existent 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