getOrNull method
Gets the underlying value, returns null if the cell is empty
Implementation
@override
T? getOrNull() {
return get().v;
}
Gets the underlying value, returns null if the cell is empty
@override
T? getOrNull() {
return get().v;
}