SqfEntityFieldRelationshipBase constructor

SqfEntityFieldRelationshipBase(
  1. SqfEntityTableBase? table,
  2. DeleteRule? deleteRule, {
  3. String? fieldName,
  4. dynamic defaultValue,
  5. bool? isPrimaryKeyField,
  6. dynamic minValue,
  7. dynamic maxValue,
  8. String? formDropDownTextField,
  9. String? formLabelText,
  10. String? relationshipName,
  11. RelationType? relationType,
  12. String? manyToManyTableName,
  13. SqfEntityTableBase? manyToManyTable,
  14. int? primaryKeyIndex,
  15. bool? isNotNull,
  16. bool? isUnique,
  17. bool? isIndex,
  18. int? isIndexGroup,
  19. String? checkCondition,
  20. Collate? collate,
})

Implementation

SqfEntityFieldRelationshipBase(this.table, this.deleteRule, {this.fieldName, this.defaultValue, this.isPrimaryKeyField, this.minValue, this.maxValue, this.formDropDownTextField, this.formLabelText, this.relationshipName, this.relationType, this.manyToManyTableName, this.manyToManyTable, this.primaryKeyIndex, this.isNotNull, this.isUnique, this.isIndex, this.isIndexGroup, this.checkCondition, this.collate}) {
  init();
}