GraphRefList<E extends Entity, C extends GraphInput, U extends GraphInput, G extends NullableGraphRef<E, C, U> > constructor
const
GraphRefList<E extends Entity, C extends GraphInput, U extends GraphInput, G extends NullableGraphRef<E, C, U> > ({})
Implementation
const GraphRefList(
{Iterable<G> connect = const [], Iterable<String> disconnect = const []})
: _connect = connect,
isReplace = false,
_disconnect = disconnect;