foldAt property

bool Function(int) foldAt
getter/setter pair

Implementation

bool Function(int) foldAt = (_) {
  return false;
};