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