accelerators property

List<Accelerator>? accelerators
getter/setter pair

A list of the type and count of accelerator cards attached to the boost instance.

Defaults to none.

Optional.

Implementation

core.List<Accelerator>? accelerators;