toArray(); } public static function fromLivewire($value): static { return (new static($value))->transform( fn (array $notification): Notification => Notification::fromArray($notification), ); } }