Map<String, dynamic> toMap() { return { 'text': this.text, 'btnClass': this.btnClass, 'actionData': this.actionData, }; }