hasCellStyle property

bool get hasCellStyle

Implementation

bool get hasCellStyle {
  if (_cellStyle != null) {
    return true;
  }
  return false;
}