All Dart functions (objects which has a function type rather than an class/interface type) have a call method . The call method has the same function type as the function itself, and it behaves exactly the same when you call it. You could even say that calling a function is implicitly calling its call method.13 Kas 2019
Read more