NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create constructor
NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create (
- C entity, [
- String? _recordType
Implementation
NullableGraphRef.create(C entity, [this._recordType])
: _create = entity,
_update = null,
isDisconnect = false,
_linkedId = null;