AnyInspectClient class

Constructors

AnyInspectClient({String? id, String? appIdentifier, String? appName, String? appVersion, String? appBuildNumber, String? deviceId, String? deviceName, bool? deviceIsPhysical, String? deviceSystem, String? deviceSystemVersion, List<AnyInspectPlugin> plugins = const []})
AnyInspectClient.fromJson(Map<String, dynamic> json)
factory

Properties

appBuildNumber String?
getter/setter pair
appIdentifier String?
getter/setter pair
appName String?
getter/setter pair
appVersion String?
getter/setter pair
connected bool
Whether or not the client is connected to the server.
no setter
connection AnyInspectConnection
no setter
deviceId String?
getter/setter pair
deviceIsPhysical bool?
getter/setter pair
deviceName String?
getter/setter pair
deviceSystem String?
getter/setter pair
deviceSystemVersion String?
getter/setter pair
disconnected bool
Whether or not the client is disconnected from the server.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setter
id String
getter/setter pair
plugins List<AnyInspectPlugin>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(AnyInspectClientListener listener) → void
connect() Future<void>
disconnect() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(AnyInspectClientListener listener) → void
setConnection(AnyInspectConnection connection) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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