row5Exists property
Implementation
@nonVirtual
bool get row5Exists {
return row5col1 != null || row5col2 != null
|| row5col3 != null || row5col4 != null;
}
@nonVirtual
bool get row5Exists {
return row5col1 != null || row5col2 != null
|| row5col3 != null || row5col4 != null;
}