Returns the element of type T at the specified index.
T
index
Note that elements in a RealmSet move around arbitrarily when other elements are inserted/removed.
@override T elementAt(int index) => super.elementAt(index);