PropertyTypeException class

Inheritance
Mixed-in types

Constructors

PropertyTypeException(Type targetType, Object? actualValue, List<String> propertyPath, Object objectType)
const

Properties

actualValue Object?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
no setterinherited
objectType Object
final
propertyPath List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetType Type
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prependPath(String property) PropertyTypeException
override
toPropertyException(String property, Object objectType) PropertyTypeException
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited