UniffiInternalError constructor

const UniffiInternalError(
  1. int errorCode,
  2. String? panicMessage
)

Implementation

const UniffiInternalError(this.errorCode, this.panicMessage);