UiToolData class
Constructors
-
UiToolData({required String toolType, required String toolId, required String toolName, required String toolCallbackId, required String message, required ToolParameterType? credentialPropertyType, required List<
String> scopes, required Map<String, dynamic> toolRequestData}) -
UiToolData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- credentialPropertyType ↔ ToolParameterType?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
↔ List<
String> -
getter/setter pair
- toolCallbackId ↔ String
-
getter/setter pair
- toolId ↔ String
-
getter/setter pair
- toolName ↔ String
-
getter/setter pair
-
toolRequestData
↔ Map<
String, dynamic> -
getter/setter pair
- toolType ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited