generateKey method

K? generateKey(
  1. T value
)

Implementation

K? generateKey(T value) => keyGenerator(value);