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