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