row2Exists property
Implementation
@nonVirtual
bool get row2Exists {
return row2col1 != null || row2col2 != null
|| row2col3 != null || row2col4 != null;
}
@nonVirtual
bool get row2Exists {
return row2col1 != null || row2col2 != null
|| row2col3 != null || row2col4 != null;
}