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 problematic field.

Properties

field Object
The problematic field.
final
hashCode int
The hash code for this object.
no setterinherited
message Object?
Reason to provide to caller.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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