GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create constructor
GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create (
- C create, [
- String? recordType
Implementation
GraphRef.create(C create, [String? recordType])
: super.create(create, recordType);