Dart BigInt noSuchMethod()
Syntax & Examples

Syntax of BigInt.noSuchMethod()

The syntax of BigInt.noSuchMethod() method is:

 dynamic noSuchMethod(Invocation invocation) 

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

Return Type

BigInt.noSuchMethod() returns value of type dynamic.