Skip to content

Commit

Permalink
feat: Add 'header' field to toJson() method in
Browse files Browse the repository at this point in the history
DSInteractiveMessage model
  • Loading branch information
Marcelo Amaro committed Nov 21, 2023
1 parent cc5b87b commit 51a4037
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class DSInteractiveMessage {
: null;

Map<String, dynamic> toJson() => {
'header': header?.toJson(),
'body': body?.toJson(),
'action': action?.toJson(),
'footer': footer?.toJson(),
Expand Down

0 comments on commit 51a4037

Please sign in to comment.