checkCondition property

  1. @override
String? checkCondition
final

Use SQLite CHECH Constraint. if the condition phrase is: CHECK (length(phone) >= 10) chechCondition string must be: checkCondition = 'length(phone) >= 10' for more information: https://www.sqlitetutorial.net/sqlite-check-constraint/

Implementation

@override
final String? checkCondition;