Error thrown by the default implementation of noSuchMethod
on Object.
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.