The row key names, or null where nothing here answers to it.
key
@override int? rowOf(T key) { final own = this.key; if (own == null) return null; if (own != key) return null; return 0; }