Dart StringBuffer noSuchMethod()
Syntax & Examples


Syntax of StringBuffer.noSuchMethod()

The syntax of StringBuffer.noSuchMethod() method is:

 dynamic noSuchMethod(Invocation invocation) 

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

Return Type

StringBuffer.noSuchMethod() returns value of type dynamic.