toJson method

  1. @override
Object toJson()

Implementation

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