BadHandlesPattern class

Indicates the pattern to create a Handles object is invalid.

Inheritance
Annotations
  • @Deprecated('The woomera:scan library has been deprecated.')

Constructors

BadHandlesPattern(MethodMirror mm, ArgumentError error)
Constructor for a bad handles pattern

Properties

error ArgumentError
The error message indicating why the pattern was invalid.
final
hashCode int
The hash code for this object.
no setterinherited
location SourceLocation?
The location of the object.
latefinal
name String
Name of method
getter/setter pair
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