Converts to JSON.
Map<String, dynamic> toJson() => { if (functionDeclarations != null) 'functionDeclarations': functionDeclarations! .map((e) => e.toJson()) .toList(), };