Entity constructor
Entity()
Implementation
Entity(
ClassElement classElement,
String name,
List<Field> fields,
this.primaryKey,
this.foreignKeys,
this.indices,
this.withoutRowid,
String constructor,
this.valueMapping,
this.fts,
) : super(classElement, name, fields, constructor);