ZipWithNext<T>  extension 
 
- on
 - 
          
- List<
T>  
 - List<
 
Methods
- 
  zipWithNext(
{bool loopAround = false}) → List< Pair< T, T> > - 
      
Available on List<
Returns a list of pairs of each two adjacent elements in this list.T> , provided by the ZipWithNext extension