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