MissingFieldException class
An exception thrown when accessing a field that does not exist, and no fallback handler was provided.
- Implemented types
Constructors
- MissingFieldException({required Object field, Object? message})
-
Create a new MissingFieldException optionally specifying a
message
and the problematicfield
.
Properties
Methods
-
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