SessionClient constructor
SessionClient({
- String? ip,
- CallStatsLocation? location,
- String? name,
- String? networkType,
- String? version,
Returns a new SessionClient instance.
Implementation
SessionClient({
this.ip,
this.location,
this.name,
this.networkType,
this.version,
});