Increase constructor

Increase({
  1. int? change,
  2. NamedAPIResource? move,
})

Implementation

Increase({this.change, this.move});