Functions

suggest change

Remarks

Dart is a true object-oriented language, so even functions are objects and have a type, Function. This means that functions can be assigned to variables or passed as arguments to other functions. You can also call an instance of a Dart class as if it were a function.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents