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