Determines whether release is compatible the site's version of Drupal core.
bool|null Whether the release is compatible or NULL if no data is set.
public function isCoreCompatible() : ?bool { return $this->coreCompatible; }