Dart double noSuchMethod()
Syntax & Examples

Syntax of double.noSuchMethod()

The syntax of double.noSuchMethod() method is:

 dynamic noSuchMethod(Invocation invocation) 

This noSuchMethod() method of double invoked when a non-existent method or property is accessed.

Return Type

double.noSuchMethod() returns value of type dynamic.