row5Exists property

  1. @nonVirtual
bool get row5Exists

Implementation

@nonVirtual
bool get row5Exists {
  return row5col1 != null || row5col2 != null
      || row5col3 != null || row5col4 != null;
}