UnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connection constructor
UnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connection (
- E entity
Implementation
UnionGraphRef.connection(E entity)
: assert(entity is BaseSunnyEntity),
super.connect(
entity.id, capitalize((entity as BaseSunnyEntity).mtype.artifactId!));