PartialDataException class

Exception occurring when structurally valid data cannot be resolved for an expected field.

Implemented types
Implementers

Constructors

PartialDataException({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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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