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, [ - String? _recordType,
- String? refLabel
Implementation
NullableExtGraphRef.connection(JoinRecord<R, Entity, E> entity,
[this._recordType, this.refLabel])
: _linkedId = entity.node.mkey?.mxid,
_props = entity.details,
_update = null,
isDisconnect = false,
_create = null;