queue === null) { $this->queue = $this->childOf(Queue::class, [Model::SELF_KEY => 'queue_id']); } return $this->queue; } public function __toString(): string { return "--{$this->argument} '{$this->value}'"; } }