int integer_or(int index, int defaultValue) => int.tryParse(this.cells.elementAt(index)?.value ?? '') ?? defaultValue;