sequence property

Creates a metadata expression referring to the local sequence number of a document.

The sequence number indicates how recently a document has been changed. The document that has changed more recently has a higher sequence number.

Implementation

static MetaExpressionInterface get sequence =>
    MetaExpressionImpl('_sequence');