Returns the JsonRow with the specified key, or null if not found.
key
null
JsonRow? operator [](T key) => _table.where((row) => changeTo(row[keyName]) == key).singleOrNull;