indexIsInConsecutivesAndIsFirstTake function
Internal use only
Implementation
bool indexIsInConsecutivesAndIsFirstTake(
List<ConsecutiveOccurrence> items, int index) =>
_indexIsInConsecutivesAndIsFirstTake(items, index);
Internal use only
bool indexIsInConsecutivesAndIsFirstTake(
List<ConsecutiveOccurrence> items, int index) =>
_indexIsInConsecutivesAndIsFirstTake(items, index);