accelerators property

Set<Accelerator> get accelerators

Accelerators this model was compiled with.

Implementation

Set<Accelerator> get accelerators => throw UnsupportedError(
  'CompiledModel is not supported on this platform.',
);