GetLocalTime constructor
GetLocalTime({
- required BuildContext context,
- String name = "get_local_time",
- String? description = "get local time and timezone information for the user",
- String? title = "get local time",
Implementation
GetLocalTime({
required this.context,
super.name = "get_local_time",
super.description = "get local time and timezone information for the user",
super.title = "get local time",
}) : super(inputSchema: {"type": "object", "additionalProperties": false, "required": [], "properties": {}});