RTCIceServer class Null safety

Constructors

RTCIceServer({String? username, String? credential, String? urls})
RTCIceServer.fromMap(Map<String, dynamic> map)
factory

Properties

credential String?
read / write
hashCode int
The hash code for this object.
read-only, override
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
urls String?
read / write
username String?
read / write

Methods

copyWith({String? username, String? credential, String? urls}) RTCIceServer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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