BoolGetter typedef

BoolGetter = bool Function(int index)

A function signature to get the bool property of the item at the specified index.

Implementation

typedef BoolGetter = bool Function(int index);