GraphRefList<E extends Entity, C extends GraphInput, U extends GraphInput, G extends NullableGraphRef<E, C, U> > class
- Implemented types
Constructors
-
GraphRefList.new({Iterable<
G> connect = const [], Iterable<String> disconnect = const []}) -
const
-
GraphRefList.list({Iterable<
G> connect = const [], Iterable<String> disconnect = const []}) -
const
-
GraphRefList.replace({Iterable<
G> connect = const [], Iterable<String> disconnect = const []}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object? -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
withConnection(
{E? record, String? linkedId}) → GraphRefList< E, C, U, G> -
withoutConnection(
{E? record, String? linkedId}) → GraphRefList< E, C, U, G>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited