exclude property

FrameExclude? exclude
final

Specifies which rows to exclude from the frame

If not specified, defaults to FrameExclude.noOthers.

Note that exclude is only available from sqlite 3.28.0, released on 2019-04-16. Most devices will use an older sqlite version.

If you want to use FrameExclude.noOthers then keeping exclude as null will give you the same behaviour.

Implementation

final FrameExclude? exclude;