NullableExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput> class

Implemented types
Implementers

Constructors

NullableExtGraphRef.connect(String? _linkedId, E props, [String? _recordType, String? refLabel])
const
NullableExtGraphRef.connection(JoinRecord<R, Entity, E> entity, [String? _recordType, String? refLabel])
NullableExtGraphRef.create(C entity, E props, [String? _recordType, String? refLabel])
NullableExtGraphRef.disconnect([String? _recordType, String? refLabel])
const

Properties

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

Methods

buildJson({bool includeRecordType = true}) → dynamic
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