RetrieveToolsRequest.fromJson constructor
RetrieveToolsRequest.fromJson(
- Map json_
Implementation
RetrieveToolsRequest.fromJson(core.Map json_)
: this(
bypassPersistenceConfig: json_['bypassPersistenceConfig'] as core.bool?,
toolIds: (json_['toolIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);