Dart int noSuchMethod()
Syntax & Examples
Syntax of int.noSuchMethod()
The syntax of int.noSuchMethod() method is:
dynamic noSuchMethod(Invocation invocation)
This noSuchMethod() method of int invoked when a non-existent method or property is accessed.
Return Type
int.noSuchMethod() returns value of type dynamic
.