NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connection constructor
NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connection (
- JoinRecord<
R, Entity, E> entity
Implementation
NullableExtGraphRef.connection(JoinRecord<R, Entity, E> entity)
: _linkedId = entity.node.mkey?.mxid,
_props = entity.details,
_update = null,
isDisconnect = false,
_create = null;