TypeException class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
info
→ String
-
finalinherited
-
message
→ String?
-
A message describing the exception.
finalinherited
-
name
→ String
-
finalinherited
-
object
→ Object?
-
The object that doesn't meet the type requirements.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
→ List<Type>
-
The list of types that are allowed.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited