lastKey method

K? lastKey()

Returns the last key of this RxObsSplayTreeMap.

Implementation

K? lastKey() => _value.lastKey();