toJson method

  1. @override
Object toJson()
override

Implementation

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