Converts to JSON.
Map<String, dynamic> toJson() => { 'id': id, 'type': type, 'function': function.toJson(), };