TTClient class

Main entry point for working with TT graphs and remote peers.

Implementers

Constructors

TTClient({TTLink? linkClass, TTOptions? options, TTConnectorFactory? connectorFactory, TTLogger? logger})

Properties

graph TTGraph
latefinal
hashCode int
The hash code for this object.
no setterinherited
linkClass TTLink?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String soul, [TTMsgCb? cb]) TTLink
Traverse a location in the graph
getValue(String soul, [TTMsgCb? cb]) Future
Traverse a location in the graph and Return the data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
opt(TTOptions options) TTClient
Configure the TT client
toString() String
A string representation of this object.
inherited

Operators

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