ListToolsResponse constructor

ListToolsResponse({
  1. String? nextPageToken,
  2. List<Tool>? tools,
})

Implementation

ListToolsResponse({this.nextPageToken, this.tools});