getCompanyName function

String getCompanyName()

Implementation

String getCompanyName() => _companyNames[_rand.nextInt(_companyNames.length)];