factory ToolReturn.fromJson(Map<String, dynamic> json) { return ToolReturn(id: json['id'], result: json['result']); }