ProcessedObjectDescriptor class

Describes an Object being processed through recursion to track cycling use case. Used to prevent dead loops during recursive process

Constructors

ProcessedObjectDescriptor(dynamic object)

Properties

hashCode int
The hash code for this object.
no setterinherited
levelsCount int
no setter
object ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usages Map<int, int>
getter/setter pair

Methods

logUsage(int level) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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