McpError constructor

McpError(
  1. String message, {
  2. int? code,
  3. dynamic data,
})

Implementation

McpError(this.message, {this.code, this.data});