ToolAnnotations.fromJson constructor
ToolAnnotations.fromJson(
- Map json_
Implementation
ToolAnnotations.fromJson(core.Map json_)
: this(
destructiveHint: json_['destructiveHint'] as core.bool?,
idempotentHint: json_['idempotentHint'] as core.bool?,
openWorldHint: json_['openWorldHint'] as core.bool?,
readOnlyHint: json_['readOnlyHint'] as core.bool?,
title: json_['title'] as core.String?,
);