ChimeMeetingException constructor

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

Implementation

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