toJson method
Serializes ChangelogOverlayConfig to a JSON map.
Implementation
Map<String, dynamic> toJson() => {
'title': title,
'subtitle': subtitle,
'entryCount': entryCount,
'primaryButton': primaryButton,
'closeButton': closeButton,
};
Serializes ChangelogOverlayConfig to a JSON map.
Map<String, dynamic> toJson() => {
'title': title,
'subtitle': subtitle,
'entryCount': entryCount,
'primaryButton': primaryButton,
'closeButton': closeButton,
};