toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {if (bm25 != null) 'bm25': bm25!.toJson()};