row4Exists property

  1. @nonVirtual
bool get row4Exists

Implementation

@nonVirtual
bool get row4Exists {
  return row4col1 != null || row4col2 != null;
}