Dart num noSuchMethod()
Syntax & Examples


Syntax of num.noSuchMethod()

The syntax of num.noSuchMethod() method is:

 dynamic noSuchMethod(Invocation invocation) 

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

Return Type

num.noSuchMethod() returns value of type dynamic.