ToolContext constructor

const ToolContext({
  1. Participant? caller,
  2. Participant? onBehalfOf,
})

Implementation

const ToolContext({this.caller, this.onBehalfOf});