ChimeStateException constructor

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

Implementation

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