hasAllMetadata property

bool get hasAllMetadata

Implementation

bool get hasAllMetadata {
  return title != null && desc != null && image != null && url != null;
}