connectionData property

FutureOr<Object?> connectionData
final

Optional data attached to this connection.

This is mostly used by drift internally to identify the source of connections.

Implementation

final FutureOr<Object?> connectionData;