toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
'version': version,
'createSurface': {
'surfaceId': surfaceId,
'catalogId': catalogId,
if (theme != null) 'theme': theme,
'sendDataModel': sendDataModel,
},
};