Client class

Annotations
  • @sealed
  • @immutable

Constructors

Client({required String locale, required String hostname, required String os, required String osVersion, required String dartVersion, required int numberOfProcessors})
const
Client.fromMap(JsonMap map)
factory

Properties

dartVersion String
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
final
locale String
final
numberOfProcessors int
final
os String
final
osVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → JsonMap
Converts the object into a Json encodable map.
toString() String
A string representation of this object.
inherited

Operators

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