row2Exists property

  1. @nonVirtual
bool get row2Exists

Implementation

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