SdkError constructor
const
SdkError(
- SdkErrorType type,
- String message, {
- int? eventCount,
Implementation
const SdkError(this.type, this.message, {this.eventCount});