menu
messenger
util/obs/rxsplay.dart
RxObsSplayTreeMap
<
K
,
V
>
lastKey method
lastKey
dark_mode
light_mode
lastKey
method
K?
lastKey
(
)
Returns the last key of this
RxObsSplayTreeMap
.
Implementation
K? lastKey() => _value.lastKey();
messenger
rxsplay
RxObsSplayTreeMap
<
K
,
V
>
lastKey method
RxObsSplayTreeMap class