IterableElementAtOrDefault<E>  extension 
 
- on
 - 
          
- Iterable<
E>  
 - Iterable<
 
Methods
- 
  elementAtOrDefault(
int index, E defaultValue) → E  - 
      
Available on Iterable<
Returns an element at the givenE> , provided by the IterableElementAtOrDefault extensionindexordefaultValueif theindexis out of bounds of this collection.