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

connect Iterable<G>
no setter
hashCode int
The hash code for this object.
no setterinherited
isReplace bool
final
relatedJson → dynamic
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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