NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connect constructor

const NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connect(
  1. String? _linkedId,
  2. E props
)

Implementation

const NullableExtGraphRef.connect(this._linkedId, E props)
    : _create = null,
      _props = props,
      isDisconnect = false,
      _update = null;