ConflictReason constructor
ConflictReason(
- String name,
- List<
ConflictReason> subReasons, - String? message
Implementation
ConflictReason(this.name, this.subReasons, this.message);