ChatwootClientException constructor
ChatwootClientException(
- String cause,
- ChatwootClientExceptionType type, {
- dynamic data,
Implementation
ChatwootClientException(this.cause, this.type, {this.data});