toJson method
Implementation
@override
Object toJson() => {
if (searchKey case final searchKey?) 'searchKey': searchKey,
if (contentSearchKey case final contentSearchKey?)
'contentSearchKey': contentSearchKey.toJson(),
if (functionNames case final functionNames?)
'functionNames': functionNames.toJson(),
};