DSIntelliToggleException constructor

const DSIntelliToggleException({
  1. required String code,
  2. required String message,
})

Creates a DSIntelliToggleException.

Implementation

const DSIntelliToggleException({
  required this.code,
  required this.message,
});