isSequential property

  1. @override
bool isSequential

Implementation

@override
// We're not really required to be sequential since sqflite has an internal
// lock to bring statements into a sequential order.
// Setting isSequential here helps with moor cancellations in stream queries
// though.
bool get isSequential => true;