AffectingNatures constructor

AffectingNatures({
  1. List<Increase>? increase,
  2. List<Decrease>? decrease,
})

Implementation

AffectingNatures({this.increase, this.decrease});