Create a CompanyList from JSON
factory CompanyList.fromJson(Map<String, dynamic> json) => _$CompanyListFromJson(json);