ExecuteToolResponse constructor

ExecuteToolResponse({
  1. Map<String, Object?>? P_meta,
  2. Map<String, Map<String, Object?>>? metadata,
  3. Map<String, Object?>? result,
})

Implementation

ExecuteToolResponse({this.P_meta, this.metadata, this.result});