buyers property

List<Buyer>? buyers
getter/setter pair

List of buyers.

Implementation

core.List<Buyer>? buyers;