Returns the column index for name, or -1 if not found.
name
int indexOf(String name) => _indexByName[name] ?? -1;