toJson method

Map<String, dynamic> toJson()

Serializes ChangelogOverlayConfig to a JSON map.

Implementation

Map<String, dynamic> toJson() => {
  'title': title,
  'subtitle': subtitle,
  'entryCount': entryCount,
  'primaryButton': primaryButton,
  'closeButton': closeButton,
};