value = $value; } /** * @inheritdoc * @since 100.2.0 */ public function isAvailable(): bool { return $this->value; } }