McpError constructor

const McpError(
  1. String message, {
  2. int? code,
})

Implementation

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