IntegerChanges constructor

IntegerChanges(
  1. int? prev,
  2. int? next
)

Implementation

IntegerChanges(this.prev, this.next);