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

GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create(
  1. C create, [
  2. String? recordType
])

Implementation

GraphRef.create(C create, [String? recordType])
    : super.create(create, recordType);