PartialDataException class
Exception occurring when structurally valid data cannot be resolved for an expected field.
- Implemented types
Constructors
-
PartialDataException.new({required List<
String> path}) -
const
Properties
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