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

const NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.disconnect([
  1. String? _recordType,
  2. String? refLabel
])

Implementation

const NullableExtGraphRef.disconnect([this._recordType, this.refLabel])
    : _linkedId = null,
      _create = null,
      _props = null,
      isDisconnect = true,
      _update = null;