ChangeNotification<T> constructor

ChangeNotification<T>({
  1. OperationType? type,
  2. T? newValue,
  3. T? oldValue,
  4. dynamic object,
})

Implementation

ChangeNotification({this.type, this.newValue, this.oldValue, this.object});