elementAt method

Rectangle<num> elementAt (int index)

Implementation

Rectangle elementAt(int index) => this[index];