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