IdeaError constructor

IdeaError(
  1. int code,
  2. String message, [
  3. String domain = "IdeaError"
])

Implementation

IdeaError(this.code, this.message, [this.domain = "IdeaError"]);