MergeEntityRulesError<R extends EntityRules<R>> constructor

MergeEntityRulesError<R extends EntityRules<R>>(
  1. R a,
  2. R b,
  3. String conflict
)

Implementation

MergeEntityRulesError(this.a, this.b, this.conflict);