customers property

List<Customer>? customers
getter/setter pair

List of customers

Implementation

core.List<Customer>? customers;