client property

List<Client>? client
getter/setter pair

The clients in the container that this version was taken from.

Implementation

core.List<Client>? client;