TurnServerCredentials class
- Annotations
- 
    - @_NameSource.new('rule override generated')
 
Constructors
- 
          TurnServerCredentials({required String password, required int ttl, required List<String> uris, required String username})
- 
          TurnServerCredentials.fromJson(Map<String, Object?> json)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- password ↔ String
- 
  The password to use.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- ttl ↔ int
- 
  The time-to-live in seconds
  getter/setter pair
- 
  uris
  ↔ List<String> 
- 
  A list of TURN URIs
  getter/setter pair
- username ↔ String
- 
  The username to use.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, Object?> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override