datasetId = $datasetId; $this->userId = $userId; } public function startRow(): int { return 6; } public function model(array $row) { return new DatasetTable46([ 'dataset_id' => $this->datasetId, 'created_by' => $this->userId, 'kabupaten_kota' => $row[0], 'lokasi' => $row[1], 'nama_tpa' => $row[2], 'jenis_tpa' => $row[3], 'luas_tpa' => $row[4], 'kapasitas' => $row[5], 'volume_eksisting' => $row[6], ]); } }