NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connect constructor

const NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connect(
  1. String? _linkedId, [
  2. String? _recordType,
  3. String? refLabel
])

Implementation

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