Consequence constructor
const
Consequence({
- ConsequenceParams? params,
- Iterable? promote,
- bool? filterPromotes,
- List<
ConsequenceHide> ? hide, - Object? userData,
Returns a new Consequence instance.
Implementation
const Consequence({
this.params,
this.promote,
this.filterPromotes,
this.hide,
this.userData,
});