DanglingReferenceException class

Inheritance

Constructors

DanglingReferenceException({required List<String> path})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
path List<String>
Path to the first unfound subfield.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({required String fieldName}) DanglingReferenceException
Returns a copy of this exception with the given fieldName added to the path.
override
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