InboundReference class Null safety

See getInboundReferences.

Constructors

InboundReference({ObjRef? source, int? parentListIndex, FieldRef? parentField})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
parentField FieldRef?
If source is a field of an object, parentField is the field containing the inbound reference.
optional">@optionalread / write
parentListIndex int?
If source is a List, parentListIndex is the index of the inbound reference.
optional">@optionalread / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
source ObjRef?
The object holding the inbound reference.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

parse(Map<String, dynamic>? json) InboundReference?