favoriteContactsSynchronized property

  1. @override
GeneratedColumn<bool> favoriteContactsSynchronized
latefinal

Implementation

@override
late final GeneratedColumn<bool> favoriteContactsSynchronized =
    GeneratedColumn<bool>('favorite_contacts_synchronized', aliasedName, true,
        type: DriftSqlType.bool,
        requiredDuringInsert: false,
        defaultConstraints: GeneratedColumn.constraintIsAlways(
            'CHECK ("favorite_contacts_synchronized" IN (0, 1))'));