ExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create constructor

ExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create(
  1. C entity,
  2. E props, [
  3. String? recordType
])

Implementation

ExtGraphRef.create(C entity, E props, [String? recordType])
    : super.create(entity, props, recordType);