toKey abstract method

K? toKey(
  1. T value
)

Produces a key, given a value

Implementation

K? toKey(T value);