(FGroup, FBar) getGroupBar(int i, int j) { final group = _getOnlyGroup(i); return (group, group[j] ?? emptyBar); }