toJson method
Implementation
@override
Object toJson() => {
if (storedContentsExampleParameters
case final storedContentsExampleParameters?)
'storedContentsExampleParameters': storedContentsExampleParameters
.toJson(),
'exampleStore': exampleStore,
if (topK.isNotDefault) 'topK': topK.toString(),
};