ActiveStateChanged<T> constructor

ActiveStateChanged<T>(
  1. T? newValue,
  2. T? oldValue, {
  3. String? typeName,
  4. String? info,
})

Implementation

ActiveStateChanged(this.newValue, this.oldValue, {this.typeName, this.info});