row3Exists property
Implementation
@nonVirtual
bool get row3Exists {
return row3col1 != null || row3col2 != null
|| row3col3 != null || row3col4 != null;
}
@nonVirtual
bool get row3Exists {
return row3col1 != null || row3col2 != null
|| row3col3 != null || row3col4 != null;
}