hasContent method

bool hasContent()

Implementation

bool hasContent() {
  return content?.getReference() != null;
}