toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  if (searchKey.isNotDefault) 'searchKey': searchKey,
  'contentsExample': ?contentsExample?.toJson(),
  'searchKeyGenerationMethod': ?searchKeyGenerationMethod?.toJson(),
};