Map<String, dynamic> toJson() { final text = this.text; final updatedBy = this.updatedBy; return { 'Text': text, 'UpdatedBy': updatedBy, }; }