String string_or(int index, String defaultValue) => this.cells.elementAt(index)?.value ?? defaultValue;