NotMethodException class
Exception thrown when a method is expected but not provided in a correct format
- Implemented types
Constructors
- NotMethodException({required String method, bool encrypted = false})
-
An exception saying that
methodis not valid when it should beconst
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited