Tuple<T, R>  constructor 
      const
      Tuple<T, R> (
    
- T item1,
- R item2
Constructor to initialize the tuple with the provided values.
Implementation
const Tuple(this.item1, this.item2);Constructor to initialize the tuple with the provided values.
const Tuple(this.item1, this.item2);