lastKeyBefore method

K? lastKeyBefore(
  1. K key
)

Returns the key preceding the provided key.

Implementation

K? lastKeyBefore(K key) => _value.lastKeyBefore(key);