values constant

List<BridgeErrorCode> const values

Implementation

static const $core.List<BridgeErrorCode> values = <BridgeErrorCode> [
  OperationNotImplemented,
  OperationArgumentsCountMismatch,
  OperationArgumentsInvalid,
  OperationArgumentsParsingError,
  OperationFailed,
  OperationCanceled,
  EnvironmentNotInitialized,
];