Gets the underlying value, returns null if the cell is empty
@override T? getOrNull() { return _val; }