toJson method

  1. @override
Object toJson()
override

Implementation

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