ChimeDeviceException constructor

const ChimeDeviceException(
  1. String message, [
  2. String? code
])

Implementation

const ChimeDeviceException(super.message, [super.code]);