rowOf method

int? rowOf(
  1. T key
)

The row key names, or null where nothing here answers to it.

Implementation

int? rowOf(T key) => null;