Map<String, dynamic> toJson() => { "_elementId": _elementId, "title": title, "buttons": buttons.map((e) => e.toJson()).toList(), };