colIdentifier property
String
get
colIdentifier
Implementation
String get colIdentifier {
final cols = columns.entries.map((e) => '${e.key} ${e.value}').join(', ');
return '($cols)';
}
String get colIdentifier {
final cols = columns.entries.map((e) => '${e.key} ${e.value}').join(', ');
return '($cols)';
}