row3Exists property

  1. @nonVirtual
bool get row3Exists

Implementation

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