indexIsInConsecutivesAndIsFirstTake function

bool indexIsInConsecutivesAndIsFirstTake(
  1. List<ConsecutiveOccurrence> items,
  2. int index
)

Internal use only

Implementation

bool indexIsInConsecutivesAndIsFirstTake(
        List<ConsecutiveOccurrence> items, int index) =>
    _indexIsInConsecutivesAndIsFirstTake(items, index);