janus_client
janus_client
JanusError
JanusError constructor
JanusError
JanusError
constructor
Null safety
JanusError
(
{
required
int
errorCode
,
required
String
error
,
required
String
pluginName
}
)
Implementation
JanusError({ required this.errorCode, required this.error, required this.pluginName, });
janus_client
janus_client
JanusError
JanusError constructor
JanusError class
Constructors
JanusError
fromMap
Properties
error
errorCode
hashCode
pluginName
runtimeType
Methods
copyWith
noSuchMethod
toMap
toString
Operators
operator ==
Static methods
throwErrorFromEvent