nulls property

NullsOrder? nulls
final

How to order NULLs. When nulls is null, then it's ignored.

Note that this feature are only available in sqlite3 version 3.30.0 and newer. When using sqlite3_flutter_libs or a web database, this is not a problem.

Implementation

final NullsOrder? nulls;