Conflict constructor
Conflict(
- ConflictReason reason,
- List<
FieldNode> fields1, - List<
FieldNode> fields2
Implementation
Conflict(this.reason, this.fields1, this.fields2);