hasTitle method

bool hasTitle()

Implementation

bool hasTitle() {
  return title().isNotEmpty;
}