UiToolData constructor
UiToolData({})
Implementation
UiToolData({
required this.toolType,
required this.toolId,
required this.toolName,
required this.toolCallbackId,
required this.message,
required this.credentialPropertyType,
required this.scopes,
required this.toolRequestData,
});