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(
  1. JoinRecord<R, Entity, E> entity, [
  2. String? _recordType,
  3. 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;