SessionClient constructor

SessionClient({
  1. String? ip,
  2. CallStatsLocation? location,
  3. String? name,
  4. String? networkType,
  5. String? version,
})

Returns a new SessionClient instance.

Implementation

SessionClient({
  this.ip,
  this.location,
  this.name,
  this.networkType,
  this.version,
});