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

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

Implementation

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