toToolsJson method

String toToolsJson()

Implementation

String toToolsJson() {
  return jsonEncode(map((tool) => tool.toJson()).toList());
}