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 method is not valid when it should be
const

Properties

encrypted bool
Whether method is encrypted or not
final
hashCode int
The hash code for this object.
no setterinherited
method String
The method String that caused the error
final
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.
inherited

Operators

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