DriftTableName constructor

DriftTableName({
  1. required bool useExistingDartClass,
  2. required String overriddenDataClassName,
  3. String? constructorName,
})

Implementation

DriftTableName({
  required this.useExistingDartClass,
  required this.overriddenDataClassName,
  this.constructorName,
});