row1Exists property

  1. @nonVirtual
bool get row1Exists

Implementation

@nonVirtual
bool get row1Exists {
  return row1col1 != null || row1col2 != null;
}