NullableGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput> class

Implemented types
Implementers

Constructors

NullableGraphRef.connect(String? _linkedId, [String? _recordType, String? refLabel])
const
NullableGraphRef.connection(E entity, [String? _recordType, String? refLabel])
NullableGraphRef.create(C entity, [String? _recordType, String? refLabel])
NullableGraphRef.disconnect([String? refLabel])
const
NullableGraphRef.update(String id, U update, [String? _recordType, String? refLabel])

Properties

canDisconnect bool
no setter
create → C?
no setter
hashCode int
The hash code for this object.
no setterinherited
isDisconnect bool
final
linkedId String?
no setter
refLabel String?
final
relatedJson → dynamic
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update → U?
no setter

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