toJson method
Serializes SdkAppearance to a JSON map.
Implementation
Map<String, dynamic> toJson() => {
'theme': theme.wireValue,
'features': features.toJson(),
'changelogOverlay': changelogOverlay.toJson(),
};
Serializes SdkAppearance to a JSON map.
Map<String, dynamic> toJson() => {
'theme': theme.wireValue,
'features': features.toJson(),
'changelogOverlay': changelogOverlay.toJson(),
};