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