NameFunction typedef

NameFunction = (String? Function(int?)?)

Implementation

typedef NameFunction = String Function(int);