KindeError class
- Implemented types
-
- Implementers
- Annotations
-
Properties
-
code
→ String
-
Allows users to identify the exception from a short code-name
final
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
message
→ String
-
The long form message of the exception.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stackTrace
→ StackTrace?
-
The stack trace which provides information to the user about the call
sequence that triggered an exception
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override