Dart API Reference
dart:core
NoSuchMethodError
NoSuchMethodError
class
Error thrown by the default implementation of noSuchMethod on
Object
.
Error thrown by the default implementation of
noSuchMethod
on
Object
.
Extends:
Error
Object
Constructors
NoSuchMethodError
(
Object
receiver
,
Symbol
memberName
,
List
positionalArguments
,
Map
<
Symbol
>
namedArguments
, [
List
existingArgumentNames
=
null
] )
Create a
NoSuchMethodError
corresponding to a failed method call.
Instance Properties
stackTrace
StackTrace
Inherited
read-only
Instance Methods
toString
( ) →
String
Returns a string representation of this object.