Removes the JsonRow with the specified key from the list. Returns the removed JsonRow, or null if the key is not found.
key
null
JsonRow? remove(T key) => _table.detachItems((e) => e[keyName] == key).singleOrNull;