cpd_job_app/lib/Persistent/persistent.dart

13 lines
283 B
Dart
Raw Normal View History

class Persistent{
static List<String> jobCategoryList = [
"Architecture and Construction",
"Education and Training",
"Development - Programming",
"Business",
"Information Technology",
"Human Resources",
"Marketing",
"Design",
"Accounting"
];
}