ClientState class

Constructors

ClientState({required Ref<Object?> ref, required String apiKey, required ClientEntry entry, required List<ClientService> services, required AppState state, required Worker worker})

Properties

apiKey String
final
entry ClientEntry
final
hashCode int
The hash code for this object.
read-onlyinherited
ref Ref<Object?>
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
services List<ClientService>
final
state AppState
final
worker Worker
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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