hasBackground method

bool hasBackground()

Implementation

bool hasBackground() {
  return (backgroundId != null && backgroundId! > 0);
}