BooleanTypeChanges constructor

BooleanTypeChanges(
  1. bool? prev,
  2. bool? next
)

Implementation

BooleanTypeChanges(this.prev, this.next);