colIdentifierForInsert property

String get colIdentifierForInsert

Implementation

String get colIdentifierForInsert {
  final cols = columns.keys.join(', ');
  return '($cols)';
}