Callable classes in Dart

Save

In this article, we are going to learn about the Callable classes in Dart.

Callable class?

Dart facilitates us to call the class instances like a function.

To allow an instance of your Dart class to be called like a function, implement the call() method from the Dart official. Please check the below code:

Output: 16

In the above example, the ClassAsFunction class defines a call() function that takes two integers and returns the product of them.

Note: Dart doesn’t allow us to create multiple call() functions for a class and if you do that, Dart raises the compilation error. Please check the below code:

error The name ‘call’ is already defined.

Thanks for reading.

Happy Coding 🙂

For more Flutter tutorials visit Mobikul Blogs.

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

css.php

Webkul is a truly trusted and supported IT Company to develop business ideas for e-commerce. They provide professional support after deploying the solution to production and be responsible to act for fixing the reported issues or system errors. We highly encourage to deal with Webkul for business development.

Hussein Zawia

Hussein Zawia

Co-founder, 24Dokan

Talk to Sales

Global

Live Chat
Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home