menu
json_sqlite package
documentation
sqlite.dart
FtsNear
FtsNear.new constructor
FtsNear.new constructor
dark_mode
light_mode
FtsNear
constructor
FtsNear
(
List
<
FtsP
>
phrases
, [
int
n
=
-1
])
Implementation
FtsNear(List<FtsP> phrases, [int n = -1]) : super(FtsNear.compose(phrases, n));
json_sqlite package
documentation
sqlite
FtsNear
FtsNear.new constructor
FtsNear class