ConflictReason constructor

ConflictReason(
  1. String name,
  2. List<ConflictReason> subReasons,
  3. String? message
)

Implementation

ConflictReason(this.name, this.subReasons, this.message);