toJson method
Implementation
@override
Object toJson() => {
if (storedContentsExampleParameters != null)
'storedContentsExampleParameters': storedContentsExampleParameters!
.toJson(),
'exampleStore': exampleStore,
if (topK.isNotDefault) 'topK': encodeInt64(topK),
};