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