ExistingRowClass constructor

ExistingRowClass(
  1. InterfaceElement targetClass,
  2. ConstructorElement constructor,
  3. Map<MoorColumn, ParameterElement> mapping,
  4. bool generateInsertable, {
  5. List<DartType> typeInstantiation = const [],
})

Implementation

ExistingRowClass(
    this.targetClass, this.constructor, this.mapping, this.generateInsertable,
    {this.typeInstantiation = const []});