GetLocalTime constructor

GetLocalTime({
  1. required BuildContext context,
  2. String name = "get_local_time",
  3. String? description = "get local time and timezone information for the user",
  4. 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": {}});