WillChangeNotification<T> constructor

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

Implementation

WillChangeNotification({this.type, this.newValue, this.object});