IntClosure typedef

IntClosure = dynamic Function(int?)

Implementation

typedef IntClosure = Function(int?);