SdkError constructor

const SdkError(
  1. SdkErrorType type,
  2. String message, {
  3. int? eventCount,
})

Implementation

const SdkError(this.type, this.message, {this.eventCount});