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

NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create(
  1. C entity,
  2. E props, [
  3. String? _recordType,
  4. String? refLabel,
])

Implementation

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