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

NullableUnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create(
  1. C create,
  2. String recordType
)

Implementation

NullableUnionGraphRef.create(C create, String recordType)
    : super.create(create, recordType);