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, [
  3. String? _recordType,
  4. String? refLabel,
])

Implementation

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