Function type that takes an integer value and returns a boolean.
typedef LetIndexPage = bool Function(int value);