InboundReference class

See VmService.getInboundReferences.

Constructors

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

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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?