ExtGraphRefList<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput, G extends ExtGraphRef<R, E, C, U>> class

Implemented types

Constructors

ExtGraphRefList.new({List<G> connect = const [], List<String> disconnect = const [], required bool isReplace})
const
ExtGraphRefList.list({List<G> connect = const [], List<String> disconnect = const []})
const
ExtGraphRefList.replace({List<G> connect = const [], List<String> disconnect = const []})
const
ExtGraphRefList.single({G? connect, String? disconnect})

Properties

connectIds Iterable<String>
no setter
disconnectIds Iterable<String>
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

Operators

operator ==(Object other) bool
The equality operator.
inherited