Consequence constructor

const Consequence({
  1. ConsequenceParams? params,
  2. Iterable? promote,
  3. bool? filterPromotes,
  4. List<ConsequenceHide>? hide,
  5. Object? userData,
})

Returns a new Consequence instance.

Implementation

const Consequence({
  this.params,
  this.promote,
  this.filterPromotes,
  this.hide,
  this.userData,
});