hasAllMetadata property

bool hasAllMetadata

Implementation

bool get hasAllMetadata {
  return (title != null &&
      description != null &&
      image != null &&
      url != null);
}