For example, I have this function parameter:
class MyClass { U Function(T data) callback; MyClass ({ this.callback }) : super(); } var int Func