CompanyList constructor

CompanyList(
  1. List<Company> data
)

CompanyList factory constructor

Implementation

factory CompanyList(List<Company> data) = _CompanyList;