customers property

List<Company>? customers
getter/setter pair

List of customers of the vendor.

Implementation

core.List<Company>? customers;