printers property

List<Printer>? printers
getter/setter pair

A list of successfully created printers with their IDs populated.

Implementation

core.List<Printer>? printers;