toJson method
Serializes SdkFeatures to a JSON-compatible map.
Implementation
Map<String, dynamic> toJson() => {
'feedback': feedback,
'featureRequests': featureRequests,
'roadmap': roadmap,
'changelog': changelog,
};
Serializes SdkFeatures to a JSON-compatible map.
Map<String, dynamic> toJson() => {
'feedback': feedback,
'featureRequests': featureRequests,
'roadmap': roadmap,
'changelog': changelog,
};