Set constructor

Set({
  1. required bool ok,
  2. required Object? oldVal,
})

Implementation

Set({
  required this.ok,
  required this.oldVal,
});