firstKey method

K? firstKey()

Returns the first key of this RxObsSplayTreeMap.

Implementation

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