TableFieldReference constructor

TableFieldReference(
  1. String sourceTable,
  2. String sourceField,
  3. Type sourceFieldType,
  4. String targetTable,
  5. String targetField,
  6. Type targetFieldType,
)

Implementation

TableFieldReference(this.sourceTable, this.sourceField, this.sourceFieldType,
    this.targetTable, this.targetField, this.targetFieldType);