InboundReference class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
parentField
↔ dynamic
-
If
source
is a List
, parentField
is the index of the inbound
reference. If source
is a record, parentField
is the field name of the
inbound reference. If source
is an instance of any other kind,
parentField
is the field containing the inbound reference.
getter/setter pair
-
parentListIndex
↔ int?
-
If source is a List, parentListIndex is the index of the inbound reference
(deprecated).
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
source
↔ ObjRef?
-
The object holding the inbound reference.
getter/setter pair