RelationFieldImpl constructor

RelationFieldImpl(
  1. String name,
  2. RelationshipReader relationship,
  3. DartType type,
  4. FieldElement originalField,
)

Implementation

RelationFieldImpl(
    String name, this.relationship, DartType type, this.originalField)
    : super(name, type);