class A { void call() => print("I am a function.") } // A()() // currying syntax
← Flutter State Management Operators →