Reference class abstract

Implementers

Constructors

Reference({required Instance instance, required Identity identity, required Context context, required String facet, required Mode mode, required bool secure, required ProtocolVersion protocol, required EncodingVersion encoding, required int invocationTimeout, bool overrideCompress = false, bool compress = false})

Properties

compress bool
getter/setter pair
connectionId int
getter/setter pair
connectionList List<Connection>
final
context Context
final
currentConnection ConnectionI?
getter/setter pair
encoding EncodingVersion
final
facet String
final
hashCode int
The hash code for this object.
no setterinherited
identity Identity
final
instance Instance
final
invocationTimeout int
final
mode Mode
final
nextRequestId int
no setter
overrideCompress bool
getter/setter pair
protocol ProtocolVersion
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool
final

Methods

apply({Identity? identity, Context? context, String? facet, Mode? mode}) Reference
createConnection([int connectionId = 0]) Future<ConnectionI>
destory() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConnectionClosed(int connectionId, Connection connection) → void
toString() String
A string representation of this object.
override

Operators

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