Error thrown by the default implementation of noSuchMethod on Object.

Inheritance

Properties

stackTrace StackTrace
read-only, inherited

Constructors

NoSuchMethodError(Object receiver, Symbol memberName, List positionalArguments, Map<Symbol> namedArguments, [List existingArgumentNames = null])

Create a NoSuchMethodError corresponding to a failed method call.

Methods

toString() → String

Returns a string representation of this object.