factory FunctionCall.fromJson(Map<String, dynamic> json) => FunctionCall( name: json['name'] as String, arguments: json['arguments'] as String, );