The array representation. */ public function toArray(): array; /** * Creates an instance from array data. * * @param array $data The array data. * @return static The created instance. */ public static function fromArray(array $data); }