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 (
- C entity,
- E props, [
- String? recordType
Implementation
ExtGraphRef.create(C entity, E props, [String? recordType])
: super.create(entity, props, recordType);