values constant

List<BootError> const values

List of all possible values in this BootError.

Implementation

static const values = <BootError>[
  INVALID_BOOT_CONFIGURATION,
];