Turn class

Represents the TURN server data for a user.

Constructors

Turn({String? turn, String? username, String? password})
Initializes a new instance of the Turn class.
Turn.fromJson(Map<String, dynamic> json)
Converts a map into a Turn object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
password String?
The password for the TURN server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
turn String?
The TURN server.
getter/setter pair
username String?
The username for the TURN server.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a Turn object into a map.
toString() String
A string representation of this object.
inherited

Operators

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