firstKeyAfter method

K? firstKeyAfter(
  1. K key
)

Returns the key following the provided key.

Implementation

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