MissingFieldException class
Returned when ModelUtils tries to get a field that does not exist
- Implemented types
Constructors
- MissingFieldException(String fieldName, bool emptyIsNull, bool nullable)
Properties
- emptyIsNull → bool
-
Whether or not an empty string is treated as null or not
final
- fieldName → String
-
Which field had the error
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The message with the error
final
- nullable → bool
-
Whether or not the field is nullable
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