Dart SDK
dart:core
NoSuchMethodError
class
NoSuchMethodError
Constructors
Methods
Constructors
NoSuchMethodError
Methods
toString
Error thrown by the default implementation of
noSuchMethod
on
Object
.
Extends
Object
Error
NoSuchMethodError
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.