toJson method

Map<String, dynamic> toJson()

Serializes SdkAppearance to a JSON map.

Implementation

Map<String, dynamic> toJson() => {
  'theme': theme.wireValue,
  'features': features.toJson(),
  'changelogOverlay': changelogOverlay.toJson(),
};