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

const NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.disconnect([
  1. String? refLabel
])

Implementation

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